]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Reorder.
authorSimon Josefsson <simon@josefsson.org>
Mon, 5 Mar 2007 11:33:37 +0000 (11:33 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 5 Mar 2007 11:33:37 +0000 (11:33 +0000)
configure.in

index e0ddb56835e44a7cfee8d68c57f5941db36adf81..17bd40667da294ae2ab4dc3ca1dc8a7006a056a2 100644 (file)
@@ -23,10 +23,11 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([GnuTLS], [1.7.8], [bug-gnutls@gnu.org])
 AC_PREREQ(2.61)
 
-AC_CANONICAL_TARGET
-
+AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.10 gnits dist-bzip2])
 AM_CONFIG_HEADER(config.h)
+
+AC_CANONICAL_TARGET
 AB_INIT
 
 # Library code modified:                              REVISION++
@@ -609,7 +610,6 @@ AC_CONFIG_COMMANDS([chmod-config],[[
  chmod +x libextra/libgnutls-extra-config
 ]],[[]])
 
-AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_FILES([Makefile po/Makefile.in \
        doc/Makefile doc/examples/Makefile doc/scripts/Makefile \
        doc/manpages/Makefile doc/reference/Makefile \