summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-09-19 20:15:10 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-09-19 20:15:10 +0200
commit7a6456b7db6faa279c669db2e5838a4d6de23eda (patch)
treea64305b1de2012c8cfefcf8fe5c9e3f540d40677 /configure.ac
parent7084c36b584acc4626b113b82af400f88f04897b (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.ac4
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])
3AC_INIT([Kernel device emulation], 3AC_INIT([Kernel device emulation],
4 [1.0.0], 4 [1.0.0],
5 [], 5 [],
6 [evemu]) 6 [utouch-evemu])
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])
@@ -25,5 +25,5 @@ AC_PROG_INSTALL
25AC_CONFIG_FILES([Makefile 25AC_CONFIG_FILES([Makefile
26 src/Makefile 26 src/Makefile
27 tools/Makefile 27 tools/Makefile
28 evemu.pc]) 28 utouch-evemu.pc])
29AC_OUTPUT 29AC_OUTPUT