aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-10-07 10:35:06 +0200
committerThomas White <taw@physics.org>2013-10-07 10:35:06 +0200
commit4befc077162907a972da894a288d1eb4c2430eb9 (patch)
treef99fb59c5e80488594834d882925a5567dc3ea89 /configure.ac
parent7182d68c5b532e6863b25c4e5e6f82a514703103 (diff)
Update configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 03938aa2..dfd9a5aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(crystfel, 0.5.1, taw@physics.org)
+AC_INIT([crystfel],[0.5.1],[taw@physics.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_CC
@@ -11,14 +11,13 @@ AM_PROG_CC_C_O
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
-AC_PROG_LIBTOOL
+LT_INIT
AM_SILENT_RULES([yes])
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h stdlib.h unistd.h])
AC_C_CONST
AC_FUNC_MALLOC
-AC_TYPE_SIGNAL
gl_INIT