aboutsummaryrefslogtreecommitdiffstats
path: root/conf/m4/plptools/PLP_HELP_MESSAGE.m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-07 22:07:37 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-07 22:07:37 +0000
commit6552c17a058165061a0ad9271b9178d2e593f651 (patch)
tree000117911f9cb3d9fecaf238439f4ebb93774250 /conf/m4/plptools/PLP_HELP_MESSAGE.m4
parent31a65bcab58968b635c391bd21a0b8e37a2d473c (diff)
downloadplptools-6552c17a058165061a0ad9271b9178d2e593f651.tar.gz
plptools-6552c17a058165061a0ad9271b9178d2e593f651.tar.bz2
plptools-6552c17a058165061a0ad9271b9178d2e593f651.zip
Remove unused m4 tests, and test for readline version; we should all
be using at least 4.2 by now.
Diffstat (limited to 'conf/m4/plptools/PLP_HELP_MESSAGE.m4')
-rw-r--r--conf/m4/plptools/PLP_HELP_MESSAGE.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/m4/plptools/PLP_HELP_MESSAGE.m4 b/conf/m4/plptools/PLP_HELP_MESSAGE.m4
deleted file mode 100644
index a042d40..0000000
--- a/conf/m4/plptools/PLP_HELP_MESSAGE.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-dnl
-dnl Insert a custom line into the output of configure --help
-dnl
-AC_DEFUN([PLP_HELP_MSG],[
- AC_DIVERT_PUSH(NOTICE)dnl
- ac_help="$ac_help
-[$1]"
- AC_DIVERT_POP()dnl
-])