summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-19 15:04:15 +0000
committerJim Meyering <jim@meyering.net>1997-11-19 15:04:15 +0000
commit1110f5f33519124d2795535ecf86cf5d0c22da08 (patch)
treeaf8f39127c55cd76fae71fdd3e3f2f11114bc226 /lib
parent68c59ca3001df5cd70063cbbf5bb57133236c24c (diff)
downloadcoreutils-1110f5f33519124d2795535ecf86cf5d0c22da08.tar.xz
(AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't
have to convert my hash package to use k&r C.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8734a6a22..3ab2a6daa 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,7 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
+
+AUTOMAKE_OPTIONS = ../src/ansi2knr
+
noinst_LIBRARIES = libfu.a
EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \