comparison configure.ac @ 1764:0b6e61f2f22b

Connect Mk2 to autoconf.
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 10:46:17 -0500
parents 655949f889ec
children eee1f51296ed
comparison
equal deleted inserted replaced
1763:a99495a865eb 1764:0b6e61f2f22b
182 AM_CONDITIONAL(USE_CHARDET,test "x$enable_chardet" = xyes) 182 AM_CONDITIONAL(USE_CHARDET,test "x$enable_chardet" = xyes)
183 AC_SUBST(USE_CHARDET) 183 AC_SUBST(USE_CHARDET)
184 184
185 dnl plugin stuff 185 dnl plugin stuff
186 dnl ======================== 186 dnl ========================
187
188 AM_SHARED_LIB
187 189
188 dnl Ok, first we find out what flags we need to use. 190 dnl Ok, first we find out what flags we need to use.
189 AC_MSG_CHECKING([for what extension and flags to use for plugin compilation]) 191 AC_MSG_CHECKING([for what extension and flags to use for plugin compilation])
190 case "$target" in 192 case "$target" in
191 *-apple-*) 193 *-apple-*)
1535 AC_SUBST(CONTAINER_PLUGINS) 1537 AC_SUBST(CONTAINER_PLUGINS)
1536 AC_SUBST(TRANSPORT_PLUGINS) 1538 AC_SUBST(TRANSPORT_PLUGINS)
1537 AC_SUBST(GCC42_CFLAGS) 1539 AC_SUBST(GCC42_CFLAGS)
1538 1540
1539 AC_CONFIG_FILES([ 1541 AC_CONFIG_FILES([
1542 buildsys.mk
1543 extra.mk
1540 mk/rules.mk 1544 mk/rules.mk
1541 po/Makefile.in 1545 po/Makefile.in
1542 ]) 1546 ])
1543 1547
1544 AC_OUTPUT 1548 AC_OUTPUT