diff options
author | rmax <rmax> | 2004-11-18 13:22:46 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-11-18 13:22:46 (GMT) |
commit | 6eccc44406ee26caafcb1fc84878c401b8e9847b (patch) | |
tree | 5e76e1dc4f5921300b39b700ee426b890c2c020c /unix/tcl.m4 | |
parent | 1b1920d3460f86d0c8c303446d121a41ddb8d8cf (diff) | |
download | tk-6eccc44406ee26caafcb1fc84878c401b8e9847b.zip tk-6eccc44406ee26caafcb1fc84878c401b8e9847b.tar.gz tk-6eccc44406ee26caafcb1fc84878c401b8e9847b.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 7950a5a..2554acc 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", |