]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Require automake-1.9.6, not 1.8.3.
authorJim Meyering <jim@meyering.net>
Fri, 3 Feb 2006 14:40:35 +0000 (14:40 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 3 Feb 2006 14:40:35 +0000 (14:40 +0000)
configure.ac

index d499641708a7f8c2542e7a8140303481e0e3837f..3198d2df00efcf21615e1ecc55b94615105daa0a 100644 (file)
@@ -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