diff options
author | rmax <rmax> | 2004-11-18 13:00:15 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-11-18 13:00:15 (GMT) |
commit | 534508981075cb18654aa9a88cf96374c5dc227b (patch) | |
tree | 46b35c7ce161527705ccdd557208a26154eb6f0d /unix/tcl.m4 | |
parent | 9cfc282fc75927f7eb0e2c6cae0219a2cd1fc753 (diff) | |
download | tcl-534508981075cb18654aa9a88cf96374c5dc227b.zip tcl-534508981075cb18654aa9a88cf96374c5dc227b.tar.gz tcl-534508981075cb18654aa9a88cf96374c5dc227b.tar.bz2 |
generated configure and fixed manpage installaton
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 1ec298f..4dce1cb 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -663,7 +663,7 @@ AC_DEFUN(SC_CONFIG_MANPAGES, [ AC_MSG_CHECKING([whether to use symlinks for manpages]) AC_ARG_ENABLE(man-symlinks, - AS_HELP_STRING([--enable-man-symlinks], + AC_HELP_STRING([--enable-man-symlinks], [use symlinks for the manpages]), test "$enableval" != "no" && MAN_FLAGS="$MAN_FLAGS --symlinks", enableval="no") @@ -671,7 +671,7 @@ AC_DEFUN(SC_CONFIG_MANPAGES, [ AC_MSG_CHECKING([whether to compress the manpages]) AC_ARG_ENABLE(man-compression, - AS_HELP_STRING([--enable-man-compression=PROG], + AC_HELP_STRING([--enable-man-compression=PROG], [compress the manpages with PROG]), test "$enableval" = "yes" && AC_MSG_ERROR([missing argument to --enable-man-compression]) test "$enableval" != "no" && MAN_FLAGS="$MAN_FLAGS --compress $enableval", @@ -689,7 +689,7 @@ AC_DEFUN(SC_CONFIG_MANPAGES, [ AC_MSG_CHECKING([whether to add a package name suffix for the manpages]) AC_ARG_ENABLE(man-suffix, - AS_HELP_STRING([--enable-man-suffix=STRING], + AC_HELP_STRING([--enable-man-suffix=STRING], [use STRING as a suffix to manpage file names (default: AC_PACKAGE_NAME)]), test "$enableval" = "yes" && enableval="AC_PACKAGE_NAME" test "$enableval" != "no" && MAN_FLAGS="$MAN_FLAGS --suffix $enableval", |