diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-19 20:15:10 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-19 20:15:10 +0200 |
| commit | 7a6456b7db6faa279c669db2e5838a4d6de23eda (patch) | |
| tree | a64305b1de2012c8cfefcf8fe5c9e3f540d40677 /configure.ac | |
| parent | 7084c36b584acc4626b113b82af400f88f04897b (diff) | |
Rename project and libraries to utouch-evemuv1.0.0
This project is part of utouch, and the library should be
named thereafter. Also helps avoid confusion with an unrelated
project with the same name.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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 |
