summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f883801..627360e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
1# Initialize Autoconf 1# Initialize Autoconf
2AC_PREREQ([2.60]) 2AC_PREREQ([2.60])
3AC_INIT([Gesture Recognition And Instantiation Library], 3AC_INIT([Gesture Recognition And Instantiation Library],
4 [1.0.7], 4 [1.0.8],
5 [], 5 [],
6 [grail]) 6 [utouch-grail])
7AC_CONFIG_SRCDIR([Makefile.am]) 7AC_CONFIG_SRCDIR([Makefile.am])
8AC_CONFIG_HEADERS([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AC_CONFIG_AUX_DIR([config-aux]) 9AC_CONFIG_AUX_DIR([config-aux])
@@ -27,5 +27,5 @@ PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0])
27AC_CONFIG_FILES([Makefile 27AC_CONFIG_FILES([Makefile
28 src/Makefile 28 src/Makefile
29 test/Makefile 29 test/Makefile
30 grail.pc]) 30 utouch-grail.pc])
31AC_OUTPUT 31AC_OUTPUT