Changeset 053fc5
- Timestamp:
- 07/31/07 14:28:16 (6 years ago)
- Children:
- 00b7c8
- Parents:
- c2237e
- git-author:
- Tiago de Paula Peixoto <tiago@…> (07/31/07 14:28:16)
- git-committer:
- Tiago de Paula Peixoto <tiago@…> (07/31/07 14:28:16)
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
configure.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rc2237e r053fc5 1 2007-07-31 Tiago de Paula Peixoto <tiago@forked.de> 2 3 * configure.in: clearer configure help 4 1 5 2007-07-30 Tiago de Paula Peixoto <tiago@forked.de> 2 6 -
configure.in
r3ecd53 r053fc5 38 38 39 39 AC_ARG_ENABLE([inline], [AC_HELP_STRING([--disable-inline], 40 [disable inline functions [default= no] ])],40 [disable inline functions [default=enabled] ])], 41 41 if test $enableval = no; then 42 42 [AC_MSG_RESULT(no)] … … 57 57 58 58 AC_ARG_ENABLE([optimization], [AC_HELP_STRING([--disable-optimization], 59 [disable optimization [default= yes] ])],59 [disable optimization [default=enabled] ])], 60 60 [AC_MSG_RESULT(no)] 61 61 , … … 67 67 68 68 AC_ARG_ENABLE([visibility], [AC_HELP_STRING([--disable-visibility], 69 [disable hidden visibility [default= yes] ])],69 [disable hidden visibility [default=enabled] ])], 70 70 [AC_MSG_RESULT(no)] 71 71 , … … 77 77 AC_MSG_CHECKING(whether to enable graph python filtering...) 78 78 AC_ARG_ENABLE([python-filtering], [AC_HELP_STRING([--enable-python-filtering], 79 [enable python graph filtering [default= no] ])],79 [enable python graph filtering [default=disabled] ])], 80 80 if test $enableval = no; then 81 81 [AC_MSG_RESULT(no)] … … 93 93 AC_MSG_CHECKING(whether to enable graph range filtering...) 94 94 AC_ARG_ENABLE([range-filtering], [AC_HELP_STRING([--disable-range-filtering], 95 [disable range filtering [default= no] ])],95 [disable range filtering [default=enabled] ])], 96 96 if test $enableval = no; then 97 97 [AC_MSG_RESULT(no)] … … 108 108 AC_MSG_CHECKING(whether to enable parallel algorithms with openmp...) 109 109 AC_ARG_ENABLE([openmp], [AC_HELP_STRING([--enable-openmp], 110 [enable openmp [default= no] ])],110 [enable openmp [default=disabled] ])], 111 111 if test $enableval = yes; then 112 112 [AC_MSG_RESULT(yes)]
Note: See TracChangeset
for help on using the changeset viewer.


