aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-10-09 22:58:53 +0000
committerJörg Mayer <jmayer@loplof.de>2002-10-09 22:58:53 +0000
commit110f9caebc115915978f97d6ed742e36eef6f497 (patch)
tree8964ebd6ba4bb6d9c1143685d46bb7686912df9b /configure.in
parent70004208176332ecee17aa41eac7ef574af04c4e (diff)
Support for both old and brand new libtool versions
svn path=/trunk/; revision=6389
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6e9cd243a9..e8cbf58016 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.181 2002/10/06 18:08:49 jmayer Exp $
+# $Id: configure.in,v 1.182 2002/10/09 22:58:49 jmayer Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -14,6 +14,7 @@ AC_INIT(etypes.h)
AC_PREREQ(2.13)
dnl Check for CPU / vendor / OS
+AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(ethereal, 0.9.7)