diff options
author | Jeff Trawick <trawick@apache.org> | 2003-06-05 20:49:20 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2003-06-05 20:49:20 +0200 |
commit | 9d82b52aa92a7c1da981772b476040b502d602de (patch) | |
tree | f326034fc4af9c715f40fa616e2f951967e8290a /buildconf | |
parent | steal some code from APR intended to allow you to properly switch (diff) | |
download | apache2-9d82b52aa92a7c1da981772b476040b502d602de.tar.xz apache2-9d82b52aa92a7c1da981772b476040b502d602de.zip |
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
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |