mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-11-02 05:46:25 +01:00
build: Set subdir-objects automake option
Bump automake minimal version to 1.9.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ ChangeLog
|
||||
*.a
|
||||
*.log
|
||||
*.trs
|
||||
.dirstamp
|
||||
.deps/
|
||||
.libs/
|
||||
Makefile
|
||||
|
||||
@@ -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])])
|
||||
|
||||
Reference in New Issue
Block a user