aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-12-16 11:11:21 -0800
committerThomas White <taw@bitwiz.org.uk>2009-12-16 11:11:21 -0800
commitb49747a1996ec73221c20175a04def8ca5b19e12 (patch)
tree76e80e3a446b4d36b6067ffbcbb34c56352f64c0 /configure.ac
parentbd8032bb42df52c7c2c33b76bf8904db714cf395 (diff)
Fix configure scripts
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 1005c613..7cdf50e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(pattern_sim, 0.1.0, thomas.white@desy.de)
+AC_INIT(crystfel, 0.1.0, taw@physics.org)
VERSION=AC_PACKAGE_VERSION
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(pattern_sim, "$VERSION")
+AM_INIT_AUTOMAKE(crystfel, "$VERSION")
AC_PROG_CC
AC_PROG_AWK