mirror of
https://kernel.googlesource.com/pub/scm/network/tftp/tftp-hpa
synced 2025-04-30 11:59:54 +03:00
autoconf: rename configure.in to configure.ac
Rename configure.in to configure.ac in accordance with current practice. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
b2b34cecc8
commit
e83d71d394
2 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -63,11 +63,11 @@ aconfig.h: MCONFIG
|
||||||
# aconfig.h.in to second resolution, so on a filesystem with subsecond
|
# aconfig.h.in to second resolution, so on a filesystem with subsecond
|
||||||
# resolution it can appear older than configure (which isn't truncated).
|
# resolution it can appear older than configure (which isn't truncated).
|
||||||
# So make it an order-only prerequisite to avoid looping regenerating it.
|
# So make it an order-only prerequisite to avoid looping regenerating it.
|
||||||
aconfig.h.in: configure.in aclocal.m4 | configure
|
aconfig.h.in: configure.ac aclocal.m4 | configure
|
||||||
rm -f aconfig.h.in aconfig.h
|
rm -f aconfig.h.in aconfig.h
|
||||||
autoheader
|
autoheader
|
||||||
|
|
||||||
configure: configure.in aclocal.m4
|
configure: configure.ac aclocal.m4
|
||||||
rm -rf MCONFIG configure config.log aconfig.h *.cache
|
rm -rf MCONFIG configure config.log aconfig.h *.cache
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
|
@ -76,4 +76,3 @@ version.h: version
|
||||||
|
|
||||||
tftp.spec: tftp.spec.in version
|
tftp.spec: tftp.spec.in version
|
||||||
sed -e "s/@@VERSION@@/`cat version`/g" < $< > $@ || rm -f $@
|
sed -e "s/@@VERSION@@/`cat version`/g" < $< > $@ || rm -f $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue