From 9d82b52aa92a7c1da981772b476040b502d602de Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 5 Jun 2003 18:49:20 +0000 Subject: fix oops in prior commit; we don't copy libtool.m4, so no need to remove it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100179 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 376ebf5596..686f4058e3 100755 --- a/buildconf +++ b/buildconf @@ -164,7 +164,7 @@ cp $apr_src_dir/build/config.guess $apr_src_dir/build/config.sub \ # Remove any libtool files so one can switch between libtool 1.3 # and libtool 1.4 by simply rerunning the buildconf script. -(cd build ; rm -f ltconfig ltmain.sh libtool.m4) +(cd build ; rm -f ltconfig ltmain.sh) # Optionally copy libtool-1.3.x files if [ -f $apr_src_dir/build/ltconfig ]; then -- cgit v1.2.3