# HG changeset patch # User William Pitcock # Date 1190648777 18000 # Node ID 0b6e61f2f22ba46f92723d85783f5b89b0eaab11 # Parent a99495a865eb5172742fa965ff189b2b2b9744dd Connect Mk2 to autoconf. diff -r a99495a865eb -r 0b6e61f2f22b configure.ac --- a/configure.ac Mon Sep 24 10:45:28 2007 -0500 +++ b/configure.ac Mon Sep 24 10:46:17 2007 -0500 @@ -185,6 +185,8 @@ dnl plugin stuff dnl ======================== +AM_SHARED_LIB + dnl Ok, first we find out what flags we need to use. AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) case "$target" in @@ -1537,6 +1539,8 @@ AC_SUBST(GCC42_CFLAGS) AC_CONFIG_FILES([ + buildsys.mk + extra.mk mk/rules.mk po/Makefile.in ])