1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Changed order of libs

This commit is contained in:
Werner Koch 2006-11-21 15:29:52 +00:00
parent e50c5f39cc
commit 82423b1e94
3 changed files with 7 additions and 5 deletions

View file

@ -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