Changeset 742 for trunk/configure.ac
- Timestamp:
- Dec 19, 2008, 11:48:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r741 r742 81 81 AC_PROG_SED 82 82 AC_PATH_PROG([HELP2MAN], [help2man], [no]) 83 AM_CONDITIONAL([HAVE_HELP2MAN], [test x$ help2man!= xno])83 AM_CONDITIONAL([HAVE_HELP2MAN], [test x$HELP2MAN != xno]) 84 84 AC_CHECK_PROG([GNUPLOT],[gnuplot],[ok]) 85 85 … … 194 194 195 195 if (test "$wc_found" = "yes"); then 196 if test x$ help2man= xno; then196 if test x$HELP2MAN = xno; then 197 197 AC_MSG_WARN(m4_text_wrap(m4_normalize([ 198 198 `help2man' is missing on your system. You will not be
Note: See TracChangeset
for help on using the changeset viewer.