diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-14 20:11:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-14 20:11:41 +0000 |
commit | 4968b1607ce39c4e7e2f1e05bd9c342a60c5806f (patch) | |
tree | 5a443367136c38f2ea968dbc5dbb7d5d528e80fd | |
parent | 711674a112ae46e2a5ce4627b2f428b436cfde4b (diff) | |
download | coreutils-4968b1607ce39c4e7e2f1e05bd9c342a60c5806f.tar.xz |
(AUTOMAKE_OPTIONS): Remove definition --
before it pointed to ../src/ansi2knr.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d9b5ce1a0..8d335a0ca 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,8 +18,6 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -AUTOMAKE_OPTIONS = ../src/ansi2knr - noinst_LIBRARIES = libfetish.a INCLUDES = -I.. -I$(srcdir) |