Differences From Artifact [6ef842f2e8]:
- File configure.ac — part of check-in [526bfbdcdc] at 2012-04-08 19:02:11 on branch trunk — Install includes. (user: js, size: 263) [annotate] [blame] [check-ins using]
To Artifact [dd4e78cf9b]:
- File configure.ac — part of check-in [5bb3f2db02] at 2012-04-08 19:16:01 on branch trunk — Add -Wall. (user: js, size: 287) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + + | 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" BUILDSYS_SHARED_LIB BUILDSYS_INIT BUILDSYS_TOUCH_DEPS AC_CONFIG_FILES(buildsys.mk) AC_OUTPUT |