Overview
Comment: | configure.ac: Remove useless checks. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9d0b087b329ab5f8a2b320327a8e5403 |
User & Date: | js on 2012-06-13 16:52:17 |
Other Links: | manifest | tags |
Context
2012-06-13
| ||
16:54 | Add double boxing. check-in: e43ad662c9 user: js tags: trunk | |
16:52 | configure.ac: Remove useless checks. check-in: 9d0b087b32 user: js tags: trunk | |
2012-05-03
| ||
18:43 | Add box. check-in: 0c81d32c3e user: js tags: trunk | |
Changes
Modified configure.ac from [4e989aa284] to [d45a7f4e88].
1 2 3 4 5 6 7 | AC_INIT(corefw, 0.1, js@webkeks.org) AC_CONFIG_SRCDIR(src) AC_CANONICAL_HOST AC_PROG_CC AC_PROG_CPP | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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" ]) |
︙ | ︙ |