aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-10-06 18:08:49 +0000
committerJörg Mayer <jmayer@loplof.de>2002-10-06 18:08:49 +0000
commitb0b1414991e6fcbce9b3fa509c6e3db8e0fceb7a (patch)
tree3e0359b2910a24001db8e6f6e94e48dff5c91330 /configure.in
parent32f4580b937beda9f308d838f59c396540fd537d (diff)
Change by Didier Gautheron to make automake 1.7 work.
Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET. svn path=/trunk/; revision=6370
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index c3b6626788..6e9cd243a9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.180 2002/10/03 02:56:55 hagbard Exp $
+# $Id: configure.in,v 1.181 2002/10/06 18:08: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
@@ -13,10 +13,10 @@ AC_INIT(etypes.h)
AC_PREREQ(2.13)
-AM_INIT_AUTOMAKE(ethereal, 0.9.7)
-
dnl Check for CPU / vendor / OS
-AC_CANONICAL_HOST
+AC_CANONICAL_TARGET
+
+AM_INIT_AUTOMAKE(ethereal, 0.9.7)
dnl Checks for programs.
AC_PROG_CC