Reorder.
authorSimon Josefsson <simon@josefsson.org>
Thu, 1 Mar 2007 13:18:15 +0000 (14:18 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 1 Mar 2007 13:18:15 +0000 (14:18 +0100)
configure.in

index bee22c5..680dc74 100644 (file)
@@ -19,8 +19,9 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.60)
 AC_INIT([libtasn1], [0.3.8], [bug-gnutls@gnu.org])
-AM_INIT_AUTOMAKE([1.9 gnits])
+AC_CONFIG_AUX_DIR([build-aux])
 AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE([1.9 gnits])
 AB_INIT
 
 # Library code modified:                              REVISION++
@@ -147,7 +148,6 @@ elif ! mv fixhdr.tmp $srcdir/lib/libtasn1.h; then
   AC_MSG_ERROR([[*** Failed to move fixhdr.tmp to lib/libtasn1.h...]])
 fi
 
-AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile lib/Makefile \
        gl/Makefile lib/libtasn1.pc lib/libtasn1-config doc/Makefile \
        doc/reference/Makefile])