Changeset 4094


Ignore:
Timestamp:
Sep 14, 2021, 4:39:58 AM (2 years ago)
Author:
Peter
Message:

handle spaces in argument to --htmldir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r3995 r4094  
    4747
    4848# Set default htmldir to ${docdir}/html
    49 AS_IF([test $htmldir = '${docdir}'], [htmldir='${docdir}/html'])
     49AS_VAR_IF([$htmldir], ['${docdir}'], [htmldir='${docdir}/html'])
    5050
    5151AC_SUBST([YAT_LT_VERSION], [YAT_LT_VERSION_INFO])
Note: See TracChangeset for help on using the changeset viewer.