diff options
author | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 09:46:34 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2004-03-13 09:46:34 +0000 |
commit | 3eb0ab859e10ab30985e5be458c3fb297cb541dc (patch) | |
tree | 288be6c8203a8445ae19569f0bb347295c2e38b9 /conf/m4 | |
parent | c8135245cad51a7af9c2868151adf2ff3f41dc0c (diff) | |
download | plptools-3eb0ab859e10ab30985e5be458c3fb297cb541dc.tar.gz plptools-3eb0ab859e10ab30985e5be458c3fb297cb541dc.tar.bz2 plptools-3eb0ab859e10ab30985e5be458c3fb297cb541dc.zip |
Fix to work with autoconf 2.59.
Diffstat (limited to 'conf/m4')
-rw-r--r-- | conf/m4/plptools/PLP_HELP_MESSAGE.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/m4/plptools/PLP_HELP_MESSAGE.m4 b/conf/m4/plptools/PLP_HELP_MESSAGE.m4 index dea8d50..b58aafd 100644 --- a/conf/m4/plptools/PLP_HELP_MESSAGE.m4 +++ b/conf/m4/plptools/PLP_HELP_MESSAGE.m4 @@ -2,7 +2,7 @@ dnl dnl Insert a custom line into the output of configure --help dnl AC_DEFUN(PLP_HELP_MSG,[ - AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl + AC_DIVERT_PUSH(NOTICE)dnl ac_help="$ac_help [$1]" AC_DIVERT_POP()dnl |