]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude213.m4
A new FileName class + use by the graphics inset.
[lyx.git] / config / lyxinclude213.m4
index aa0a8d4057bbe10f3ba80c082ba9c93dd6e3faf2..77ce107a39d3e8ef6fb976b337d5b84a223d2609 100644 (file)
@@ -72,3 +72,6 @@ if eval "test \"\${lyx_cv_declare_${tr_hdr}_$1}\" = \"yes\""; then
 fi
 done])
 
+dnl A terrible hack because the code from autoconf 2.5x does not work
+dnl here. It works for the uses in pspell.m4, so that's enough
+AC_DEFUN([AC_HELP_STRING],[  $1           $2])