X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=cf5b12b9feffd9cfbf77ce75c8882f4670858bac;hb=eb939a9b766f3ecb91ccf1a9384d67e0fac0dea0;hp=a8679d4ff5c5f74a23837ea005d4596468f691c6;hpb=a116e04b8b75b847bfcb5114cc4d92ce3cc2386a;p=lyx.git diff --git a/configure.ac b/configure.ac index a8679d4ff5..cf5b12b9fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process with autoconf to generate configure script -*- sh -*- AC_INIT(LyX,1.5.0svn,[lyx-devel@lists.lyx.org],[lyx]) -AC_SUBST(LYX_DATE, ["Fri, Jul 13, 2006"]) +AC_SUBST(LYX_DATE, ["Wed, Nov 15, 2006"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.C) AC_CONFIG_HEADERS([src/config.h]) @@ -260,7 +260,7 @@ 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_PUSH(C) -AC_CHECK_FUNCS(close _close getpid _getpid lstat mkfifo mkstemp mktemp open _open pclose _pclose popen _popen readlink) +AC_CHECK_FUNCS(chmod close _close getpid _getpid lstat mkfifo mkstemp mktemp open _open pclose _pclose popen _popen readlink) AC_LANG_POP(C) LYX_CHECK_SPELL_ENGINES