From e23d66fb5ce43714473c5d42aad61fcb68d50169 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 16 Sep 1999 08:26:46 +0000 Subject: [PATCH] silence libtool --- acinclude.m4 | 4 ++++ configure.in.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 1e31ba1c25..fd9ed6cd18 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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 diff --git a/configure.in.in b/configure.in.in index 7fc9613eb1..7360478433 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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.) -- 2.50.0