Ensure that the timestamp for config.h.in is changed after

running autoheader.
This commit is contained in:
Wayne Davison
2006-02-06 18:27:45 +00:00
parent 2d2f71fb27
commit aa0bec8a52

View File

@@ -5,6 +5,7 @@ configure: configure.in aclocal.m4
config.h.in: configure.in aclocal.m4
autoheader
touch config.h.in
proto.h: *.c lib/compat.c
cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new