mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Enable subdir objects for future automake compatibility
This commit is contained in:
parent
7808f3dcbc
commit
21496ded07
|
|
@ -20,7 +20,7 @@ AC_CONFIG_SRCDIR([configure.ac])
|
|||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.6 dist-bzip2 foreign])
|
||||
AM_INIT_AUTOMAKE([1.6 dist-bzip2 foreign subdir-objects])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue