From: Jim Meyering Date: Fri, 3 Feb 2006 14:40:35 +0000 (+0000) Subject: Require automake-1.9.6, not 1.8.3. X-Git-Tag: v6.0~803 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cacbb7434ac4a8be091c27c8c0de6d0aafd8ecce;p=thirdparty%2Fcoreutils.git Require automake-1.9.6, not 1.8.3. --- diff --git a/configure.ac b/configure.ac index d499641708..3198d2df00 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