Ethereal-dev: [Ethereal-dev] Need tester with autoconf 2.13 (automake 1.7 patch)

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

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sat, 5 Oct 2002 23:02:28 +0200
As reported on this list, automake 1.7 needs a patch to configure.in
in order to work. Can someone with autoconf 2.13 please test the attached
patch so I can submit it for general use?

  Thanks
           Jörg
--
Joerg Mayer                                          <jmayer@xxxxxxxxx>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ethereal/configure.in,v
retrieving revision 1.180
diff -u -p -r1.180 configure.in
--- configure.in	3 Oct 2002 02:56:55 -0000	1.180
+++ configure.in	5 Oct 2002 20:54:37 -0000
@@ -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