diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-10-30 13:20:52 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-10-30 17:32:08 +1000 |
commit | cb8a6dbd176ee59d61068bed92e2c8d22bd28b13 (patch) | |
tree | 9ead2c7bd7a279a0669afe49476dd1da4b3c8da9 /nscd | |
parent | 36a4953a1dbc2b1994c1df0478c1c89a41398dba (diff) | |
download | glibc-cb8a6dbd176ee59d61068bed92e2c8d22bd28b13.zip glibc-cb8a6dbd176ee59d61068bed92e2c8d22bd28b13.tar.gz glibc-cb8a6dbd176ee59d61068bed92e2c8d22bd28b13.tar.bz2 |
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>
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 7b36cc9..b8498da 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -60,7 +60,7 @@ endif nscd-modules += selinux selinux-LIBS := -lselinux $(libaudit) $(libcap) -# The configure.in check for libselinux and its headers did not use +# The configure.ac check for libselinux and its headers did not use # $SYSINCLUDES. The directory specified by --with-headers usually # contains only the basic kernel interface headers, not something like # libselinux. So the simplest thing is to presume that the standard |