aboutsummaryrefslogtreecommitdiffstats
path: root/gmod
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-02-10 08:42:59 -0500
committerDave Barach <dave@barachs.net>2016-02-10 08:43:22 -0500
commit2126b35f5f1aef32415c82dffd5ec78571c2b968 (patch)
treeb19b72fbdf705cd957591ba624fdd015be6b1df7 /gmod
parente17fdb5ddfdd4275e785bf4266653243e76e000d (diff)
Replace AC_PROG_LIBTOOL with LT_INIT
Change-Id: I642c4b8e83dd07708658a10ad46e9fd2c28a7f1f Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'gmod')
-rw-r--r--gmod/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmod/configure.ac b/gmod/configure.ac
index c26ca055..a73fb315 100644
--- a/gmod/configure.ac
+++ b/gmod/configure.ac
@@ -1,7 +1,7 @@
AC_INIT(gmod, 1.0)
+LT_INIT
AM_INIT_AUTOMAKE
-AC_PROG_LIBTOOL
AM_PROG_AS
AC_PROG_CC
AM_PROG_CC_C_O