Changeset 739 for trunk/configure.ac
- Timestamp:
- Dec 17, 2008, 5:39:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r738 r739 71 71 AC_PROG_SED 72 72 AC_PATH_PROG([HELP2MAN], [help2man], [no]) 73 AM_CONDITIONAL([HAVE_HELP2MAN], [test "$help2man" != "no"])73 AM_CONDITIONAL([HAVE_HELP2MAN], [test x$help2man != xno]) 74 74 AC_CHECK_PROG([GNUPLOT],[gnuplot],[ok]) 75 75 … … 88 88 AC_ARG_ENABLE(debug, 89 89 [AS_HELP_STRING([--enable-debug],[turn on debug options and code])], 90 [SD_CXXFLAGS="$SD_CXXFLAGS -g -O"], 90 [SD_CXXFLAGS="$SD_CXXFLAGS -g -O"; 91 if test x$help2man = xno; then 92 AC_MSG_WARN(m4_text_wrap(m4_normalize([ 93 `help2man' is missing on your system. You will not be 94 able to create the man page. A sound man page should be 95 included in a distribution, and since you will not able 96 to create a complete distribution `make dist' will fail. 97 ]),[ ], 98 [ ], 79)) 99 fi], 91 100 [SD_CPPFLAGS="-DNDEBUG" SD_CXXFLAGS="$SD_CXXFLAGS -O3"]) 92 101
Note: See TracChangeset
for help on using the changeset viewer.