2003-09-02 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 2 Sep 2003 21:46:31 +0000 (21:46 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 2 Sep 2003 21:46:31 +0000 (21:46 +0000)
* configure.ac: Move invocation of AC_CANONICAL_HOST up to
suppress warning by autoconf.

ChangeLog
configure.ac

index 69f2c2b74b016d416b771da6ec6644b6303b5507..c0137093d2de036822c7ecba58b4f8bef905e0d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-02  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Move invocation of AC_CANONICAL_HOST up to
+       suppress warning by autoconf.
+
 2003-08-30  Robert Schiele <rschiele@uni-mannheim.de>
 
        * gpgme.spec.in: %{_infodir}/dir is not packaged,
index e8cebc27cef9684dea6563ddeb3456b1a808b8a4..1a9923670d0e0e6c2229016d82cebabc13fda0ad 100644 (file)
@@ -44,6 +44,7 @@ AC_CONFIG_SRCDIR(gpgme/gpgme.h)
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 AM_MAINTAINER_MODE
+AC_CANONICAL_HOST
 
 AH_VERBATIM([_GNU_SOURCE],
 [/* Enable GNU extensions on systems that have them.  */
@@ -81,7 +82,6 @@ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version of this package])
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
-AC_CANONICAL_HOST
 # For now we hardcode the use of version scripts.  It would be better
 # to write a test for this or even implement this within libtool.
 have_ld_version_script=no