]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Set subdir-objects automake option
authorGuillem Jover <guillem@hadrons.org>
Thu, 10 Oct 2013 07:49:04 +0000 (09:49 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 Oct 2013 03:33:08 +0000 (05:33 +0200)
Bump automake minimal version to 1.9.

.gitignore
configure.ac

index b055d8c6d526b6e2cff861e3826d8edb19cce9f4..46ce104fbdf408b9619f791f3062c317774c6fea 100644 (file)
@@ -7,6 +7,7 @@ ChangeLog
 *.a
 *.log
 *.trs
+.dirstamp
 .deps/
 .libs/
 Makefile
index 326bdb4586c29ec86008d3795e691d54fbf56182..ad5fa25f6763563e79a96d022eeda503f82731d3 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/fgetln.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.8 foreign nostdinc no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.9 foreign nostdinc subdir-objects no-dist-gzip dist-xz])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
                             [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])