Change by Didier Gautheron to make automake 1.7 work.

Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET.

svn path=/trunk/; revision=6370
This commit is contained in:
Jörg Mayer 2002-10-06 18:08:49 +00:00
parent 32f4580b93
commit b0b1414991
1 changed files with 4 additions and 4 deletions

View File

@ -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