]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
configure: Rename configure.in to configure.ac
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 12 Apr 2021 14:27:57 +0000 (08:27 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 12 Apr 2021 14:27:57 +0000 (08:27 -0600)
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 <tom.hromatka@oracle.com>
configure.ac [moved from configure.in with 99% similarity]
doc/internal/release-github.txt
doc/internal/release.txt

similarity index 99%
rename from configure.in
rename to configure.ac
index 891663dd83194b8dd883a084506d13efbb620134..047f4ed2a10a3c2a176990e8ecf5c2f5c46642ed 100644 (file)
@@ -221,4 +221,3 @@ AC_CONFIG_FILES([Makefile
 AC_CONFIG_FILES([dist/libcgroup.spec:dist/libcgroup.spec.in])
 CFLAGS="$CFLAGS -Wall"
 AC_OUTPUT
-
index f7e59dd9201cb2af4ca6244cf0c5eefab00d28d2..a54a1946909c6fcca799edd168b53f3346f57455 100644 (file)
@@ -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
index 35264d7271f8d811f7569f83ce1294199e7a6ef1..c01abe0bcdf3158c0e0ce5de9f82819032191110 100644 (file)
@@ -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