From e98137ddd4d172048a792fb792925aa269ff8d11 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Feb 2007 13:57:51 +0100 Subject: Remove the "gnits" option; it prohibits my using "+" as a version string suffix, and all it does (beyond the default "gnu" option) is to _require_ the THANKS file. * configure.ac (AM_INIT_AUTOMAKE): Remove it. Remove all AUTOMAKE_OPTIONS settings in Makefile.am files. * tests/chgrp/Makefile.am, tests/chmod/Makefile.am: * tests/chown/Makefile.am, tests/cp/Makefile.am: * tests/du/Makefile.am, tests/expr/Makefile.am: * tests/factor/Makefile.am, tests/general/Makefile.am: * tests/install/Makefile.am, tests/ln/Makefile.am: * tests/ls/Makefile.am, tests/mkdir/Makefile.am: * tests/mv/Makefile.am, tests/readlink/Makefile.am: * tests/rm/Makefile.am, tests/rmdir/Makefile.am: * tests/seq/Makefile.am, tests/stty/Makefile.am: * tests/tee/Makefile.am, tests/touch/Makefile.am: --- tests/general/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/general') diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index aba767aa8..1dbc1d1f6 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in. ## Makefile for Autoconf testsuite. -## Copyright (C) 2000, 2003 Free Software Foundation, Inc. +## Copyright (C) 2000, 2003, 2007 Free Software Foundation, Inc. ## 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 @@ -18,8 +18,6 @@ ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ## 02110-1301, USA. -AUTOMAKE_OPTIONS = gnits - SUITE = suite.at dd.at m4sh.at EXTRA_DIST = $(SUITE) testsuite -- cgit v1.2.3-54-g00ecf