summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-03-24 07:48:39 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-03-24 07:48:39 +0000
commita888728c15b0d5b1a9edb63c281ead02938542cc (patch)
treed8719adf629154295e73997d2b93dd2c3a81b897 /configure.ac
parenta9d6b567a0d30c144d003a93321891f736bdef31 (diff)
downloaddiffutils-a888728c15b0d5b1a9edb63c281ead02938542cc.tar.gz
(AC_INIT): Version 2.8.
(AC_PREREQ): 2.53.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6fd391c..054d42f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,9 +17,9 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
-AC_PREREQ(2.52)
+AC_PREREQ(2.53)
-AC_INIT(GNU diffutils, 2.7.10, bug-gnu-utils@gnu.org)
+AC_INIT(GNU diffutils, 2.8, bug-gnu-utils@gnu.org)
AC_CONFIG_SRCDIR(src/diff.c)
AC_CONFIG_AUX_DIR(config)