diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-24 13:57:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-24 13:57:51 +0100 |
commit | e98137ddd4d172048a792fb792925aa269ff8d11 (patch) | |
tree | 86552cd09a44f69429009efd3f5b2f5fbe43f115 /tests/install | |
parent | 1b2056c435c4f891fa6f4386ea30be3860bea20d (diff) | |
download | coreutils-e98137ddd4d172048a792fb792925aa269ff8d11.tar.xz |
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:
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index 4e262ee9e..5544d7d50 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -1,6 +1,4 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. -AUTOMAKE_OPTIONS = 1.3 gnits - TESTS = trap basic-1 create-leading d-slashdot EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |