Fix automake warning that configure.in should be named
configure.ac.
automake: warning: autoconf input should be named 'configure.ac', not
'configure.in'
Signed-off-by: Tom Hromatka <[email protected]>
---
configure.in => configure.ac | 1 -
doc/internal/release-github.txt | 2 +-
doc/internal/release.txt | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
rename configure.in => configure.ac (99%)
diff --git a/configure.in b/configure.ac
similarity index 99%
rename from configure.in
rename to configure.ac
index 891663dd8319..047f4ed2a10a 100644
--- a/configure.in
+++ b/configure.ac
@@ -221,4 +221,3 @@ AC_CONFIG_FILES([Makefile
AC_CONFIG_FILES([dist/libcgroup.spec:dist/libcgroup.spec.in])
CFLAGS="$CFLAGS -Wall"
AC_OUTPUT
-
diff --git a/doc/internal/release-github.txt b/doc/internal/release-github.txt
index f7e59dd9201c..a54a1946909c 100644
--- a/doc/internal/release-github.txt
+++ b/doc/internal/release-github.txt
@@ -1,4 +1,4 @@
-1. Update version in configure.in
+1. Update version in configure.ac
a. AC_INIT([libcgroup],[0.XX])
b. Add an .rcY to the end, e.g. 0.XX.rcY
2. Build
diff --git a/doc/internal/release.txt b/doc/internal/release.txt
index 35264d7271f8..c01abe0bcdf3 100644
--- a/doc/internal/release.txt
+++ b/doc/internal/release.txt
@@ -4,10 +4,10 @@ Please follow the following steps (TODO: Automate these steps)
1. Check, that every new or changed feature since last release is reflected in
README and/or man pages.
2. Bump soname of libcgroup shared objects if needed - LIBRARY_VERSION_MAJOR,
- _MINOR and _RELEASE in configure.in.
+ _MINOR and _RELEASE in configure.ac.
3. Prepare release candidate (X.YY-rcZ - X.YY = version, Z - prerelease
umber):
- a. Update AC_INIT(X.YY.rcZ) in configure.in.
+ a. Update AC_INIT(X.YY.rcZ) in configure.ac.
b. Run 'autoreconf -i' to generate the configure file again, with the
new release number.
c. Run './configure' to generate Makefile and dist/libcgroup.spec with
--
2.26.2
_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel