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:
H. Peter Anvin 2024-05-29 15:03:40 -07:00
parent b2b34cecc8
commit e83d71d394
2 changed files with 2 additions and 3 deletions

View file

@ -63,11 +63,11 @@ aconfig.h: MCONFIG
# aconfig.h.in to second resolution, so on a filesystem with subsecond
# resolution it can appear older than configure (which isn't truncated).
# 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
autoheader
configure: configure.in aclocal.m4
configure: configure.ac aclocal.m4
rm -rf MCONFIG configure config.log aconfig.h *.cache
autoconf
@ -76,4 +76,3 @@ version.h: version
tftp.spec: tftp.spec.in version
sed -e "s/@@VERSION@@/`cat version`/g" < $< > $@ || rm -f $@