]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix oops in prior commit; we don't copy libtool.m4, so no
authorJeff Trawick <trawick@apache.org>
Thu, 5 Jun 2003 18:49:20 +0000 (18:49 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 5 Jun 2003 18:49:20 +0000 (18:49 +0000)
need to remove it

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100179 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 376ebf5596d878612b75748f0e08b7a86eb6af00..686f4058e3d2593bd915d19611cf785eed0c0b62 100755 (executable)
--- 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