From cb8a6dbd176ee59d61068bed92e2c8d22bd28b13 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Oct 2013 13:20:52 +1000 Subject: 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 --- nscd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/Makefile b/nscd/Makefile index 7b36cc9820..b8498da886 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 -- cgit 1.4.1