Overview
Comment: | Fix small typos in configure.ac. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9831c47ecaf4131900ee1171a03d338b |
User & Date: | js on 2012-02-21 17:22:28 |
Other Links: | manifest | tags |
Context
2012-03-19
| ||
22:21 | .hgignore -> .gitignore check-in: a76f16fc8b user: js tags: trunk | |
2012-02-21
| ||
17:22 | Fix small typos in configure.ac. check-in: 9831c47eca user: js tags: trunk | |
2012-02-17
| ||
17:17 | Having a category for each delegate is not required anymore. check-in: 878cac8ce0 user: js tags: trunk | |
Changes
Modified configure.ac from [9014def8c4] to [1adb69b99d].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + | CPP="$OBJCPP" CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS $($OBJFW_CONFIG --cppflags)" OBJCFLAGS="$OBJCFLAGS -Wall $($OBJFW_CONFIG --objcflags)" LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)" LIBS="$LIBS $($OBJFW_CONFIG --libs)" AC_ARG_ENABLE(shared, |
︙ | |||
96 97 98 99 100 101 102 | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | - + | OBJCFLAGS="$OBJCFLAGS -Wno-deprecated-declarations -Werror" ]) BUILDSYS_INIT BUILDSYS_TOUCH_DEPS dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP |