forked from mirrors/tftp-hpa-google
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:
parent
fd7a812f26
commit
5ec55f35e9
4 changed files with 27 additions and 19 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue