X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=c12aff90d2a44a9724fbd244a142cea2cb5d6ad2;hb=e983dba0100f1b8c26635223c9089326bff4eb4b;hp=577e760b986246df3d6e32424f0af87ff4c4d5e2;hpb=a54adad9bbbcb130f256ba55c493c5e176796526;p=lyx.git diff --git a/configure.ac b/configure.ac index 577e760b98..c12aff90d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.5.0rc2,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,1.5.0svn,[lyx-devel@lists.lyx.org],[lyx]) AC_SUBST(LYX_DATE, ["Wed, Jun 27, 2007"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) @@ -100,10 +100,7 @@ if test "x$enable_assertions" = xyes ; then fi ### Library Files -dnl by testing these we check if it is ok to have -dnl -lc and -lm as args to the compiler AC_CHECK_LIB(m, sin) -AC_CHECK_LIB(c, fopen) ### Add extra directories to check for libraries. LYX_WITH_DIR([extra-lib],[extra library directory],extra_lib, NONE)