]> git.lyx.org Git - lyx.git/blobdiff - configure.in
Whitespace ONLY!
[lyx.git] / configure.in
index bfc3491a863948677ed95bdaad0c3c91d2d0ad2e..bf1eaedef8e1b79e3b53f76789e3088d26b668da 100644 (file)
@@ -40,6 +40,7 @@ if test "x$KPSEWHICH" = xkpsewhich ; then
     AC_DEFINE(HAVE_KPSEWHICH, 1,
     [Define this if you have the kpsewhich program working on your system.])
 fi
+AC_CHECK_PROGS(M4, gm4 gnum4 m4, m4)
 
 # Work around a problem in automake 1.4: when invoking install-strip,
 # INSTALL_PROGRAM is changed to 'install -s', and since
@@ -314,7 +315,7 @@ LYX_CHECK_DECL(istreambuf_iterator, iterator)
 
 dnl This is a slight hack: the tests generated by autoconf 2.52 do not
 dnl work correctly because of some conflict with stdlib.h with g++ 2.96
-dnl We aim to remove this eventually, since we should test as much as 
+dnl We aim to remove this eventually, since we should test as much as
 dnl possible with the compiler which will use the functions (JMarc)
 AC_LANG_C
 AC_CHECK_FUNCS(memmove memset strchr putenv setenv mkfifo mkstemp mktemp)