aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-02 21:46:31 +0000
committerMarcus Brinkmann <[email protected]>2003-09-02 21:46:31 +0000
commit58616ade03dc897bb016eca0cf3921520849c8f8 (patch)
treef7124d79accd28df56d6e8c8e657e7f4f5bd7359 /configure.ac
parent2003-08-30 Robert Schiele <[email protected]> (diff)
downloadgpgme-58616ade03dc897bb016eca0cf3921520849c8f8.tar.gz
gpgme-58616ade03dc897bb016eca0cf3921520849c8f8.zip
2003-09-02 Marcus Brinkmann <[email protected]>
* configure.ac: Move invocation of AC_CANONICAL_HOST up to suppress warning by autoconf.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e8cebc27..1a992367 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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