]> granicus.if.org Git - php/commitdiff
silence libtool
authorSascha Schumann <sas@php.net>
Thu, 16 Sep 1999 08:26:46 +0000 (08:26 +0000)
committerSascha Schumann <sas@php.net>
Thu, 16 Sep 1999 08:26:46 +0000 (08:26 +0000)
acinclude.m4
configure.in.in

index 1e31ba1c25c39b6ca20e3f225d9b69e498a57b0b..fd9ed6cd18b204ec25744d65b2f3c4980d324370 100644 (file)
@@ -80,6 +80,10 @@ AC_DEFUN(AC_ADD_LIBRARY_WITH_PATH,[
 ])
 
 
+AC_DEFUN(AM_SET_LIBTOOL_VARIABLE,[
+  LIBTOOL='$(SHELL) $(top_builddir)/libtool $1'
+])
+
 dnl
 dnl Check for cc option
 dnl
index 7fc9613eb1a2a74cac1dc1cdf1b6562b245539bf..7360478433cf6efeec235b7635e3e34646cfdb2d 100644 (file)
@@ -77,7 +77,8 @@ if test -n "$auto_cflags" && test "`uname -s 2>/dev/null`" = "HP-UX"; then
 fi
 
 dnl Checks for programs.
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
+AM_SET_LIBTOOL_VARIABLE([--silent])
 AC_PROG_YACC
 if test "$YACC" != "bison -y"; then
     AC_MSG_WARN(You will need bison if you want to regenerate the PHP parsers.)