diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-12 18:50:00 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-12 18:50:00 +0100 |
| commit | cb2cad3b8c506a08a6bdad548a10ff47f85ef38b (patch) | |
| tree | c9a270e403783cf84540ae5e11facb3b61542eef /configure.ac | |
| parent | 4b21599b7ade620aa02b359335f618b5b10185da (diff) | |
Repackaged to utouch-grail v1.0.8v1.0.8
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
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 |
| 2 | AC_PREREQ([2.60]) | 2 | AC_PREREQ([2.60]) |
| 3 | AC_INIT([Gesture Recognition And Instantiation Library], | 3 | AC_INIT([Gesture Recognition And Instantiation Library], |
| 4 | [1.0.7], | 4 | [1.0.8], |
| 5 | [], | 5 | [], |
| 6 | [grail]) | 6 | [utouch-grail]) |
| 7 | AC_CONFIG_SRCDIR([Makefile.am]) | 7 | AC_CONFIG_SRCDIR([Makefile.am]) |
| 8 | AC_CONFIG_HEADERS([config.h]) | 8 | AC_CONFIG_HEADERS([config.h]) |
| 9 | AC_CONFIG_AUX_DIR([config-aux]) | 9 | AC_CONFIG_AUX_DIR([config-aux]) |
| @@ -27,5 +27,5 @@ PKG_CHECK_MODULES([MTDEV], [mtdev >= 1.0]) | |||
| 27 | AC_CONFIG_FILES([Makefile | 27 | AC_CONFIG_FILES([Makefile |
| 28 | src/Makefile | 28 | src/Makefile |
| 29 | test/Makefile | 29 | test/Makefile |
| 30 | grail.pc]) | 30 | utouch-grail.pc]) |
| 31 | AC_OUTPUT | 31 | AC_OUTPUT |
