Move feature test macros into configure.in -> CFLAGS so we don't

end up with mismatch between "configure" and compile time
This commit is contained in:
hpa 2001-11-14 02:54:25 +00:00
parent fd7a812f26
commit 5ec55f35e9
4 changed files with 27 additions and 19 deletions

View file

@ -52,13 +52,13 @@ acconfig.h: MCONFIG
: Generated by side effect
acconfig.h.in: configure.in aclocal.m4
rm -f acconfig.h.in acconfig.h
autoheader -f
touch -c acconfig.h.in
rm -f acconfig.h
configure: configure.in aclocal.m4
rm -f MCONFIG configure config.log acconfig.h
rm -rf *.cache
autoconf
rm -f MCONFIG config.cache config.log acconfig.h
version.h: version
echo \#define VERSION \"tftp-hpa `cat version`\" > version.h