Provide the --enable-silent-rules ./configure option with automake 1.11 and 1.12

This commit is contained in:
Martin Willi 2013-04-10 14:01:41 +02:00
parent 5f55fd6e61
commit 84c00e71b7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
AC_INIT([strongSwan],[5.0.4])
AM_INIT_AUTOMAKE(tar-ustar)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4/config])
AC_CONFIG_HEADERS([config.h])
AC_DEFINE([CONFIG_H_INCLUDED], [], [defined if config.h included])