]> git.lyx.org Git - lyx.git/blobdiff - config/configure.in
more work
[lyx.git] / config / configure.in
index 5a141386579fdb1dfa763dbfdd93c599b71a7b65..1a866295d835d3ab08ee7865232e4dc200b1c1f1 100644 (file)
@@ -12,7 +12,6 @@ VERSION="1.3.0cvs"
 LYX_CHECK_VERSION
 
 AC_CANONICAL_SYSTEM
-AC_VALIDATE_CACHE_SYSTEM_TYPE
 
 LYX_VERSION_SUFFIX
 
@@ -66,7 +65,7 @@ LYX_USE_FRONTEND
 ### Check for a C++ compiler
 LYX_PROG_CXX
 ### Some checks on what the C++ compiler can(not) do
-AC_LANG_CPLUSPLUS
+AC_LANG(C++)
 dnl we do not need that currently (and probably all our supported
 dnl compiler allow that)
 dnl LYX_CXX_PARTIAL
@@ -215,7 +214,7 @@ LYX_USE_XFORMS_IMAGE_LOADER
 
 ### Setup GNU gettext
 dnl GNU gettext is written in C
-AC_LANG_C
+AC_LANG(C)
 # Some tests that may be useful for gettext
 AC_C_CONST
 AC_C_INLINE
@@ -228,7 +227,7 @@ esac
 
 AC_SUBST(LINGUAS)
 
-AC_LANG_CPLUSPLUS
+AC_LANG(C++)
 
 # some standard header files
 AC_HEADER_DIRENT
@@ -256,9 +255,9 @@ 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 possible with the compiler which will use the functions (JMarc)
-AC_LANG_C
+AC_LANG(C)
 AC_CHECK_FUNCS(memmove memset strchr putenv setenv mkfifo mkstemp mktemp)
-AC_LANG_CPLUSPLUS
+AC_LANG(C++)
 
 dnl Until this is fixed in autoconf we provide our own version
 LYX_FUNC_SELECT_ARGTYPES