Artifact d45a7f4e885c2c5bd2e827a4181cb58b86741281e034ad55efd7bb3689589638:
- File configure.ac — part of check-in [9d0b087b32] at 2012-06-13 16:52:17 on branch trunk — configure.ac: Remove useless checks. (user: js, size: 320) [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_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