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:
parent
e50c5f39cc
commit
82423b1e94
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue