diff options
author | Sam James <sam@gentoo.org> | 2023-01-24 03:18:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-24 03:18:02 +0000 |
commit | 37e86a5748b8e39ac2a23490b2c6ae5830b88c94 (patch) | |
tree | 134291ca8c41db598fefe341bdcad51f3ea5a781 /misc/fix-gnustack/configure.ac | |
parent | doc: regenerate (diff) | |
download | elfix-37e86a5748b8e39ac2a23490b2c6ae5830b88c94.tar.gz elfix-37e86a5748b8e39ac2a23490b2c6ae5830b88c94.tar.bz2 elfix-37e86a5748b8e39ac2a23490b2c6ae5830b88c94.zip |
fix-gnustack: modernise autotools usage a bit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'misc/fix-gnustack/configure.ac')
-rw-r--r-- | misc/fix-gnustack/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fix-gnustack/configure.ac b/misc/fix-gnustack/configure.ac index 8cf7ac6..965dd3e 100644 --- a/misc/fix-gnustack/configure.ac +++ b/misc/fix-gnustack/configure.ac @@ -16,11 +16,11 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -AC_PREREQ([2.65]) -AC_INIT([fix-gnustack], [0.1], [http://bugs.gentoo.org/]) +AC_PREREQ([2.71]) +AC_INIT([fix-gnustack],[0.1],[https://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 foreign]) +AM_INIT_AUTOMAKE([1.15 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([no]) # Checks for programs. |