From b0b1414991e6fcbce9b3fa509c6e3db8e0fceb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 6 Oct 2002 18:08:49 +0000 Subject: [PATCH] Change by Didier Gautheron to make automake 1.7 work. Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET. svn path=/trunk/; revision=6370 --- configure.in | 8 ++++---- 1 file 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