diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-07 06:38:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-07 06:38:55 +0000 |
commit | ad072e622c8672a8b7260f8dffac68e070c44436 (patch) | |
tree | fdd303be5c4f26aaad9845217abc7e63254c0da0 | |
parent | 7e404ca2fe4a7bc7bc91c8cf8b2cd81035b9348f (diff) | |
download | mig-ad072e622c8672a8b7260f8dffac68e070c44436.tar.gz mig-ad072e622c8672a8b7260f8dffac68e070c44436.tar.bz2 mig-ad072e622c8672a8b7260f8dffac68e070c44436.zip |
2002-03-06 Roland McGrath <roland@frob.com>
* configure.in: Bump version to 1.3.
* configure, Makefile.in, aclocal.m4: Regenerated.
-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 |