[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH 1/3] attr: rename configure.in to configure.ac
From: |
Mike Frysinger |
Subject: |
[Acl-devel] [PATCH 1/3] attr: rename configure.in to configure.ac |
Date: |
Sat, 27 Oct 2012 02:24:38 -0400 |
Newer autotools warn and start to error with the older name.
Signed-off-by: Mike Frysinger <address@hidden>
---
Makefile | 2 +-
configure.in => configure.ac | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename configure.in => configure.ac (100%)
diff --git a/Makefile b/Makefile
index 080daba..04031dd 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ CONFIGURE = \
ltmain.sh m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
m4/ltversion.m4 m4/lt~obsolete.m4
LSRCFILES = \
- configure.in Makepkgs install-sh exports README VERSION \
+ configure.ac Makepkgs install-sh exports README VERSION \
$(CONFIGURE)
LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
diff --git a/configure.in b/configure.ac
similarity index 100%
rename from configure.in
rename to configure.ac
--
1.7.12
- [Acl-devel] [PATCH 1/3] attr: rename configure.in to configure.ac,
Mike Frysinger <=