summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-07-22 13:29:53 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-07-22 13:29:53 +0000
commit1ba500e95e7642c024dba6008cd0d591bf371801 (patch)
tree67f9846aa8fea344098622f1f85c1af9cd4aedbf
parenta1129c409991e2b3378236f3074bee8cddd9e589 (diff)
downloadflex-git-1ba500e95e7642c024dba6008cd0d591bf371801.tar.gz
rollback on configure.in and autogen.sh because autpoint is broken
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e411fb0..00aeaa0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -30,4 +30,4 @@
touch ChangeLog
-autopoint -f && aclocal -I m4 && autoheader && automake -a && autoconf
+aclocal -I m4 && autoheader && automake -a && autoconf
diff --git a/configure.in b/configure.in
index 116fc6a..7dd6779 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,6 @@ AC_CONFIG_SRCDIR(scan.l)
AM_INIT_AUTOMAKE(flex,2.5.8)
AM_CONFIG_HEADER(config.h:conf.in)
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.11.3)
AC_PROG_YACC
AC_CHECK_PROG(BISON, bison, bison)