changeset 1127:b1cf986e135f

(AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't have to convert my hash package to use k&r C.
author Jim Meyering <jim@meyering.net>
date Wed, 19 Nov 1997 15:04:15 +0000
parents 7cc87904bdba
children c28ed52ddbaa
files lib/Makefile.am
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \