mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-25 01:30:17 +01:00
Use system extensions in configure.ac to allow to build on non-gnu-linux platforms.
This commit is contained in:
parent
0d6944bd3f
commit
73316ae276
|
|
@ -22,7 +22,7 @@ AC_CONFIG_HEADERS([config.h])
|
|||
|
||||
AM_INIT_AUTOMAKE([1.6 dist-bzip2 foreign])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
AC_GNU_SOURCE
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||
|
|
|
|||
Loading…
Reference in a new issue