aboutsummaryrefslogtreecommitdiffstats
path: root/conf/m4/plptools/PLP_HELP_MESSAGE.m4
diff options
context:
space:
mode:
Diffstat (limited to 'conf/m4/plptools/PLP_HELP_MESSAGE.m4')
-rw-r--r--conf/m4/plptools/PLP_HELP_MESSAGE.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/m4/plptools/PLP_HELP_MESSAGE.m4 b/conf/m4/plptools/PLP_HELP_MESSAGE.m4
new file mode 100644
index 0000000..dea8d50
--- /dev/null
+++ b/conf/m4/plptools/PLP_HELP_MESSAGE.m4
@@ -0,0 +1,9 @@
+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_help="$ac_help
+[$1]"
+ AC_DIVERT_POP()dnl
+])