]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[lyx.git] / configure.ac
index e8dfe8face8e83c410a3cc343530a6859fc3f318..4869fe2706a0ed443455655f399ab581139d6385 100644 (file)
@@ -27,6 +27,7 @@ AM_MAINTAINER_MODE
 
 save_PACKAGE=$PACKAGE
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.8])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 PACKAGE=$save_PACKAGE
 
 # Allow to build some parts of the code as one big chunk
@@ -168,7 +169,7 @@ AC_LANG_POP(C)
 
 # some standard header files
 AC_HEADER_MAJOR
-AC_CHECK_HEADERS(sys/time.h sys/types.h sys/select.h locale.h NewAPIs.h utime.h sys/utime.h)
+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
@@ -295,10 +296,6 @@ char * strerror(int n);
 #  define BOOST_POSIX_PATH 1
 #endif
 
-#if defined(HAVE_NEWAPIS_H)
-#  define WANT_GETFILEATTRIBUTESEX_WRAPPER 1
-#endif
-
 /*
  * the FreeBSD libc uses UCS4, but libstdc++ has no proper wchar_t
  * support compiled in: