mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Add support for automake silent builds
This commit is contained in:
@@ -9,6 +9,9 @@ AC_CONFIG_HEADER([config.h])
|
||||
# Prepare automake
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 dist-lzma])
|
||||
|
||||
# Silent "kernel" style build from automake 1.11 and later.
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_RANLIB
|
||||
|
||||
Reference in New Issue
Block a user