CoreFW  Artifact [4e989aa284]

Artifact 4e989aa2841824bcd8b25f2c80756b1457d9436cead48be4f9b913d44d85ebee:

  • File configure.ac — part of check-in [1c129132e9] at 2012-04-25 09:35:15 on branch trunk — Only use -Wall when using a GCC-compatible CC. (user: js size: 357)

AC_INIT(corefw, 0.1, js@webkeks.org)
AC_CONFIG_SRCDIR(src)

AC_CANONICAL_HOST

AC_PROG_CC
AC_PROG_CPP
AC_CHECK_TOOL(AR, ar)
AC_PROG_RANLIB
AC_PROG_LN_S
AC_PROG_INSTALL

AS_IF([test x"$GCC" = x"yes"], [
	CFLAGS="$CFLAGS -Wall -Werror -pipe -std=c99 -pedantic"
])

BUILDSYS_SHARED_LIB
BUILDSYS_INIT
BUILDSYS_TOUCH_DEPS

AC_CONFIG_FILES(buildsys.mk)
AC_OUTPUT