diff options
author | Greg McGary <greg@mcgary.org> | 1999-03-28 09:07:38 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-03-28 09:07:38 +0000 |
commit | 8666918ad529235a27501a1da641fda328928159 (patch) | |
tree | 3ed0184cbe2eb505300f81b8564712c4ca18b513 | |
parent | 04887a9480b5cc52d50225ac0f66f46cd2f6b7d3 (diff) | |
download | idutils-8666918ad529235a27501a1da641fda328928159.tar.gz idutils-8666918ad529235a27501a1da641fda328928159.tar.bz2 idutils-8666918ad529235a27501a1da641fda328928159.zip |
* Makefile.am (AUTOMAKE_OPTIONS): Add macro.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f457c5b..b68b86e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = gnits 1.2h SUBDIRS = lib libidu intl src lisp m4 po doc testsuite |