Ethereal-dev: [Ethereal-dev] [patch] configure.in and autoconf 2.54

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: didier <dgautheron@xxxxxxxx>
Date: Fri, 04 Oct 2002 22:28:31 +0000
Hi
I needed the following patch for autoconf 2.54,

Didier

PS:
I know nothing about auto'whatever'.

Index: configure.in
===================================================================
RCS file: /cvsroot/ethereal/configure.in,v
retrieving revision 1.180
diff -u -r1.180 configure.in
--- configure.in	2002/10/03 02:56:55	1.180
+++ configure.in	2002/10/04 22:08:25
@@ -13,10 +13,10 @@
 
 AC_PREREQ(2.13)
 
-AM_INIT_AUTOMAKE(ethereal, 0.9.7)
-
 dnl Check for CPU / vendor / OS
-AC_CANONICAL_HOST
+AC_CANONICAL_SYSTEM
+
+AM_INIT_AUTOMAKE(ethereal, 0.9.7)
 
 dnl Checks for programs.
 AC_PROG_CC
Index: epan/configure.in
===================================================================
RCS file: /cvsroot/ethereal/epan/configure.in,v
retrieving revision 1.29
diff -u -r1.29 configure.in
--- configure.in	2002/09/26 19:06:43	1.29
+++ configure.in	2002/10/04 22:08:36
@@ -13,11 +13,11 @@
 
 AC_PREREQ(2.13)
 
+dnl Check for CPU / vendor / OS
+AC_CANONICAL_SYSTEM
+
 AM_INIT_AUTOMAKE(libethereal.a, 0.9.7)
 AM_CONFIG_HEADER(config.h)
-
-dnl Check for CPU / vendor / OS
-AC_CANONICAL_HOST
 
 dnl Checks for programs.
 AC_PROG_CC
Index: wiretap/configure.in
===================================================================
RCS file: /cvsroot/ethereal/wiretap/configure.in,v
retrieving revision 1.40
diff -u -r1.40 configure.in
--- configure.in	2002/08/28 00:37:31	1.40
+++ configure.in	2002/10/04 22:08:38
@@ -13,10 +13,10 @@
 
 AC_PREREQ(2.13)
 
+AC_CANONICAL_SYSTEM
+
 AM_INIT_AUTOMAKE(libwtap.a, 0.0.0)
 AM_CONFIG_HEADER(config.h)
-
-AC_CANONICAL_HOST
 
 dnl Checks for programs.
 AC_PROG_CC