summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83eb320)
raw | patch | inline | side by side (parent: 83eb320)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 5 Dec 2016 19:19:40 +0000 (20:19 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 5 Dec 2016 19:19:40 +0000 (20:19 +0100) |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
configure.ac:39: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
configure.ac:39: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 3ef5f82491aa68ebdfc278774994c648da0362cb..d1c28b56bb3cee40b66a8666ed2064aadffaa31d 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl older libtool, which spelled it AR_FLAGS
m4_divert_text([DEFAULTS], [: "${ARFLAGS=cr} ${AR_FLAGS=cr}"])
-LT_INIT([dlopen])
+LT_INIT([dlopen disable-static])
AM_INIT_AUTOMAKE([subdir-objects tar-pax dist-bzip2 no-dist-gzip foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_PROG_CC_C_O
AM_CONDITIONAL(COMPILER_IS_GCC, test "x$GCC" = "xyes")
-AC_DISABLE_STATIC
AC_PROG_LEX
AC_PROG_YACC