summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f5a7e43)
I think this didn't exist when I wrote these macros.
### exception to the GPL to apply to your modified version as well.
# serial 1
### exception to the GPL to apply to your modified version as well.
# serial 1
-AC_DEFUN([mdw_DIR_TEXMF], [
+AC_DEFUN([mdw_DIR_TEXMF],[
-[ --with-texmfdir=DIR set the TeX install directory to DIR],
+[AS_HELP_STRING([--with-texmfdir=DIR],
+ [set the TeX install directory to DIR])],
[texmfdir=$withval],
[AC_MSG_CHECKING([where to put installed TeX files])
mdw_DEFINE_PATHS([
[texmfdir=$withval],
[AC_MSG_CHECKING([where to put installed TeX files])
mdw_DEFINE_PATHS([
# serial 1
AC_DEFUN([mdw_MANEXT], [
AC_ARG_WITH([man-ext],
# serial 1
AC_DEFUN([mdw_MANEXT], [
AC_ARG_WITH([man-ext],
-[ --with-man-ext=EXT give manpages the EXT extension (e.g., foo.3EXT)],
+[AS_HELP_STRING([--with-man-ext=EXT],
+ [give manpages the EXT extension (e.g., foo.3EXT)])],
[manext=$withval], [manext=mLib])
AC_SUBST(manext)])
[manext=$withval], [manext=mLib])
AC_SUBST(manext)])