]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
ia.po: updates from Giovanni
[lyx.git] / configure.ac
index 5edced6bfcd6e585793f64dfb48399b8d1b3bd53..5878300dd05dc3f8f9f79996798c992cf904382d 100644 (file)
@@ -2,6 +2,7 @@ dnl Process with autoconf to generate configure script   -*- sh -*-
 
 AC_INIT(LyX,2.2.1dev,[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
+
 # Use ISO format only. The frontend needs to parse this
 AC_SUBST(LYX_DATE, ["2016-05-23"])
 AC_PREREQ(2.60)
@@ -74,6 +75,9 @@ AM_PATH_PYTHON
 # Tools for creating libraries (note that we do not use libtool)
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl AM_PROG_AR requires automake 1.12
 AC_PROG_RANLIB
+dnl Recent debian/ubuntu (at least) have built 'ar' so that deterministic mode is the default.
+dnl This means that it does not make sense to use the 'u' flag (default ARFLAGS is 'cru').
+AC_SUBST([ARFLAGS], [cr])
 
 ### Check for a C++ compiler
 dnl We have to do weird tricks so that autoconf does not touch CXXFLAGS even