aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-16 23:07:37 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-17 00:24:04 -0400
commitf5542c77d4d96cdebb7c45686515e06c4a8d17e5 (patch)
tree202c2deb9760c4729c8471c30999a65dc13e7452
parentpaxldso: fix pointer style (diff)
downloadpax-utils-f5542c77.tar.gz
pax-utils-f5542c77.tar.bz2
pax-utils-f5542c77.zip
build: refresh autotools a bit
Shuffle macro order to try and fix a few warnings about being used too early. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--.gitignore27
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 33f051f..553ea89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,19 +20,20 @@ core
.gdb_history
.gdbinit
-aclocal.m4
-autom4te.cache
-build
-config.cache
-config.h
-config.h.in
-config.log
-config.status
-configure
-autotools
-libtool
-Makefile.in
-stamp-h1
+/aclocal.m4
+/autom4te.cache
+/autotools
+/build
+/config.cache
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/INSTALL
+/libtool
+/Makefile.in
+/stamp-h1
/dumpelf
/lddtree
diff --git a/configure.ac b/configure.ac
index a22e11a..5ffd5ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,10 +6,10 @@ AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([autotools/m4])
+AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC_C99
AM_PROG_CC_C_O
AM_PROG_AR
-AC_USE_SYSTEM_EXTENSIONS
LT_INIT
PKG_PROG_PKG_CONFIG