1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

rename configure.in to configure.ac

Autoconf has been deprecating configure.in for quite a long time.
Rename all our configure.in and preconfigure.in files to .ac.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2013-10-30 13:20:52 +10:00
committed by Allan McRae
parent 36a4953a1d
commit cb8a6dbd17
102 changed files with 245 additions and 68 deletions

View File

@@ -78,7 +78,7 @@ install-bin-script += memusage
generated += memusagestat memusage
extra-objs += memusagestat.o
# The configure.in check for libgd and its headers did not use $SYSINCLUDES.
# The configure.ac check for libgd and its headers did not use $SYSINCLUDES.
# The directory specified by --with-headers usually contains only the basic
# kernel interface headers, not something like libgd. So the simplest thing
# is to presume that the standard system headers will be ok for this file.