diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 58c140d..cbde075 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) | |||
| 3 | AC_INIT([Kernel device emulation], | 3 | AC_INIT([Kernel device emulation], |
| 4 | [1.0.0], | 4 | [1.0.0], |
| 5 | [], | 5 | [], |
| 6 | [evemu]) | 6 | [utouch-evemu]) |
| 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]) |
| @@ -25,5 +25,5 @@ AC_PROG_INSTALL | |||
| 25 | AC_CONFIG_FILES([Makefile | 25 | AC_CONFIG_FILES([Makefile |
| 26 | src/Makefile | 26 | src/Makefile |
| 27 | tools/Makefile | 27 | tools/Makefile |
| 28 | evemu.pc]) | 28 | utouch-evemu.pc]) |
| 29 | AC_OUTPUT | 29 | AC_OUTPUT |
