summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2022-09-29 20:05:53 -0700
committerGeoff Levand <geoff@infradead.org>2022-09-29 20:05:53 -0700
commit13c45c2be3b4f9e745a619f573f5c606ccd901fa (patch)
tree8fa627ac3e5a8471db42f822c45902ad1c1d6781
parentc06cd981d2b1e7eaa6689db6dabe8502652e2079 (diff)
downloadps3-utils-13c45c2be3b4f9e745a619f573f5c606ccd901fa.tar.gz
configure: Remove AC_PROG_LIBTOOL macro
Remove obsolete AC_PROG_LIBTOOL macros. Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r--configure.ac1
-rw-r--r--lib/configure.ac1
2 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f6fa250..ed4c80c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,6 @@ AS_IF([test "x$CFLAGS" = "x"], [AC_SUBST([CFLAGS], [""])])
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_LIBTOOL
AM_INIT_AUTOMAKE
LT_INIT
diff --git a/lib/configure.ac b/lib/configure.ac
index e332c57..e28d8c9 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -14,7 +14,6 @@ AS_IF([test "x$CFLAGS" = "x"], [AC_SUBST([CFLAGS], [""])])
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_LIBTOOL
AM_INIT_AUTOMAKE
LT_INIT