From 335ebfcde601a3eb0429b1a53f0a5849ab3d350a Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Mon, 12 Apr 2021 08:27:57 -0600 Subject: [PATCH] configure: Rename configure.in to configure.ac 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 --- 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 891663dd..047f4ed2 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 f7e59dd9..a54a1946 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 35264d72..c01abe0b 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.47.2