aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-23 11:30:39 +0200
committerThomas White <taw@bitwiz.org.uk>2009-10-23 11:30:39 +0200
commit2600c19c6d9b994de1cb2d5e634571a55434c707 (patch)
tree804ac9d20d06b9f2c93c15b107e71fc439456e2f /configure.ac
parent7335cb683b8c6cafb817c3cb809a6d5c61c5c3b1 (diff)
Initial fork from template_index to pattern_sim
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 7ed085ff..8b746557 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(template_index, 0.1.0, thomas.white@desy.de)
+AC_INIT(pattern_sim, 0.1.0, thomas.white@desy.de)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(template_index, "$VERSION")
+AM_INIT_AUTOMAKE(pattern_sim, "$VERSION")
AC_PROG_CC
AC_PROG_AWK