Artifact a27047420bc41a6d56d72809fdfd76d45396d7bf31c55996ff04116a3eaca529:
- File configure.ac — part of check-in [9d5eb55485] at 2012-04-25 09:30:27 on branch trunk — Add -std=c99 -pedantic when using GCC. (user: js, size: 375) [annotate] [blame] [check-ins using]
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 CFLAGS="$CFLAGS -Wall" AS_IF([test x"$GCC" = x"yes"], [ CFLAGS="$CFLAGS -Werror -pipe -std=c99 -pedantic" ]) BUILDSYS_SHARED_LIB BUILDSYS_INIT BUILDSYS_TOUCH_DEPS AC_CONFIG_FILES(buildsys.mk) AC_OUTPUT