aboutsummaryrefslogtreecommitdiffstats
path: root/epan/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-10-06 18:18:45 +0000
committerJörg Mayer <jmayer@loplof.de>2002-10-06 18:18:45 +0000
commit6c895e2d269cfcfac18250ead4d727772e97245c (patch)
tree5b4e0cbb07261464859a9dd64f8f9ee53a1c5c24 /epan/configure.in
parente96b5aac15ed24ee0d966a5dfbf176f42a396ddc (diff)
Change by Didier Gautheron to make automake 1.7 work.
svn path=/trunk/; revision=6372
Diffstat (limited to 'epan/configure.in')
-rw-r--r--epan/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 981db9e0cc..748b152503 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.29 2002/09/26 19:06:43 gerald Exp $
+# $Id: configure.in,v 1.30 2002/10/06 18:18:43 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,12 +13,12 @@ AC_INIT(epan.c)
AC_PREREQ(2.13)
+dnl Check for CPU / vendor / OS
+AC_CANONICAL_TARGET
+
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
AC_PROG_CPP