* more quoting

* add silent rules (shave feature)
   see the description of AM_SILENT_RULES in: 
   http://www.gnu.org/software/automake/manual/automake.html#Public-Macros



SVN revision: 42914
This commit is contained in:
Vincent Torri 2009-10-06 16:58:21 +00:00
parent 2212cd97af
commit 586c6be200
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ case "$host_os" in
;;
esac
AM_INIT_AUTOMAKE(1.6 dist-bzip2)
AM_INIT_AUTOMAKE([1.6 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LIBTOOL_WIN32_DLL
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl