summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-11-21 16:29:52 +0100
committerWerner Koch <wk@gnupg.org>2006-11-21 16:29:52 +0100
commit82423b1e94e1443be48f91c838d0cb701ecac8d9 (patch)
tree98572c873e32cd7fcbb79dbf6d832607e0f8b85b /configure.ac
parentNo more warnings for AMD64 (at least when cross-compiling). Thus tehre is a (diff)
downloadgnupg2-82423b1e94e1443be48f91c838d0cb701ecac8d9.tar.xz
gnupg2-82423b1e94e1443be48f91c838d0cb701ecac8d9.zip
Changed order of libs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 38c343895..c180247b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# USA.
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.52)
+AC_PREREQ(2.59)
min_automake_version="1.9.3"
# Remember to change the version number immediately *after* a release.
@@ -978,9 +978,9 @@ AC_CHECK_FUNCS([flockfile funlockfile fopencookie funopen])
#
# gnulib checks
#
-gl_SOURCE_BASE(gl)
-gl_M4_BASE(gl/m4)
-gl_MODULES(setenv mkdtemp vasprintf xsize)
+gl_SOURCE_BASE([gl])
+gl_M4_BASE([gl/m4])
+gl_MODULES([setenv mkdtemp vasprintf xsize])
gl_INIT