]> git.lyx.org Git - features.git/commitdiff
Small updates to the configure script
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 19 Mar 2013 14:38:47 +0000 (15:38 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 19 Mar 2013 14:38:47 +0000 (15:38 +0100)
Remove some tests that are not needed. Put --enable and --with options together in help output.

configure.ac

index 81dcdcd52c84098087299c42f837f05168b72dc2..e937a5047f9257bff37430a375bf84578ec5e979 100644 (file)
@@ -1,6 +1,7 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
 AC_INIT(LyX,2.1.0dev,[lyx-devel@lists.lyx.org],[lyx])
+AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
 AC_SUBST(LYX_DATE, ["2011-04-29"])
 AC_PREREQ(2.60)
@@ -185,15 +186,10 @@ AC_LANG_POP(C)
 AC_HEADER_MAJOR
 AC_CHECK_HEADERS(sys/time.h sys/types.h sys/select.h locale.h utime.h sys/utime.h)
 
-# some standard structures
-AC_HEADER_STAT
-AC_HEADER_TIME
-
 # some standard types
 AC_CHECK_TYPE(mode_t,[AC_DEFINE(HAVE_MODE_T, 1, [Define this to 1 if your compiler supports the mode_t type.])])
 AC_TYPE_OFF_T
 AC_TYPE_PID_T
-AC_TYPE_SIGNAL
 AC_TYPE_SIZE_T
 AC_TYPE_UID_T