diff options
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index ce6e5dd..f8d15cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -119,7 +119,7 @@ configure.in install-sh lexxer.c mig.in missing mkinstalldirs parser.c DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/alloca.P .deps/error.P .deps/global.P .deps/header.P \ .deps/lexxer.P .deps/migcom.P .deps/parser.P .deps/routine.P \ @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4-p2 +dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -782,7 +782,7 @@ fi PACKAGE=mig -VERSION=1.2 +VERSION=1.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -1378,7 +1378,7 @@ EOF fi -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 diff --git a/configure.in b/configure.in index 7a02104..df053da 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_PREREQ(2.12) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM dnl needs SYSTEM, not just HOST and TARGET -AM_INIT_AUTOMAKE(mig, 1.2) +AM_INIT_AUTOMAKE(mig, 1.3) dnl Checks for programs. AC_PROG_CC |