summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-03 14:40:35 +0000
committerJim Meyering <jim@meyering.net>2006-02-03 14:40:35 +0000
commitcacbb7434ac4a8be091c27c8c0de6d0aafd8ecce (patch)
tree034dcd97d0d977941b7c115c715bf661d845c304
parent4ccc271adfeba2bb3d3fce506ce892b3e55f924c (diff)
downloadcoreutils-cacbb7434ac4a8be091c27c8c0de6d0aafd8ecce.tar.xz
Require automake-1.9.6, not 1.8.3.
-rw-r--r--configure.ac29
1 files changed, 15 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index d49964170..3198d2df0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,20 +1,21 @@
-dnl Process this file with autoconf to produce a configure script. -*-m4-*-
+# -*- autoconf -*-
+# Process this file with autoconf to produce a configure script.
-dnl Copyright (C) 1991, 1993-2006 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1993-2006 Free Software Foundation, Inc.
-dnl This program is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation; either version 2, or (at your option)
-dnl any later version.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
-dnl This program is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-dnl GNU General Public License for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
-dnl You should have received a copy of the GNU General Public License
-dnl along with this program; if not, write to the Free Software Foundation,
-dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
dnl Written by Jim Meyering.
@@ -25,7 +26,7 @@ AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_HEADERS([config.h:config.hin])
AB_INIT()
-AM_INIT_AUTOMAKE([1.8.3 gnits dist-bzip2])
+AM_INIT_AUTOMAKE([1.9.6 gnits dist-bzip2])
gl_DEFAULT_POSIX2_VERSION
gl_USE_SYSTEM_EXTENSIONS