]> git.lyx.org Git - lyx.git/blobdiff - configure.in
up the version + cvs
[lyx.git] / configure.in
index 695755b180d700536bded658d01175eec43af553..e9762ba47b20605158ec8a55fedc97b3aa37e59c 100644 (file)
@@ -57,26 +57,20 @@ AC_LANG_CPLUSPLUS
 LYX_PROG_CXX
 AC_PROG_CXXCPP
 
-### Compiler Characteristics
-AC_C_CONST
-AC_C_INLINE
-
 ### check the size of pointers and ints
 # the defaults are given for cross compilation.
-AC_CHECK_SIZEOF(void *, 4)
-AC_CHECK_SIZEOF(int, 4)
 LYX_CXX_MUTABLE
 LYX_CXX_PARTIAL
 LYX_CXX_EXPLICIT
 LYX_CXX_STL_STACK
 LYX_CXX_STL_STRING
 LYX_CXX_NAMESPACES
+LYX_CXX_CHEADERS
 LYX_CXX_RTTI
+AC_CHECK_HEADERS(ostream istream)
+LYX_CXX_STL_MODERN_STREAMS
 
-### check for compiler brokenness
-LYX_GXX_STRENGTH_REDUCE
-
-### Libarary Files
+### 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)
@@ -147,6 +141,10 @@ fi
 ### Setup GNU gettext
 dnl GNU gettext is written in C
 AC_LANG_C
+# Some tests that may be useful for gettext
+AC_C_CONST
+AC_C_INLINE
+# Do the real setup now
 AM_GNU_GETTEXT
 # a hack for those who try to change LyX, but do not have gettext installed 
 case  "${XGETTEXT}" in 
@@ -215,6 +213,7 @@ AC_ARG_WITH(debug,[  --with-debug            output debug information by default
 ### Finish the work.
 AC_CONFIG_SUBDIRS(lib lib/reLyX)
 AC_OUTPUT([Makefile \
+       development/lyx.spec \
        lib/Makefile \
        intl/Makefile \
        po/Makefile.in \