diff options
author | Rainer Jung <rjung@apache.org> | 2011-05-20 19:01:05 +0000 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-05-20 19:01:05 +0000 |
commit | c6f69d338045a74cd889d14b316a39e96a7509c9 (patch) | |
tree | 67d3fcfb9b627af644aa59ba87ef319395081e1b /buildconf | |
parent | f4acb1a299fbf1b64a97cc4c0c77f73b3aa385e9 (diff) | |
download | apr-c6f69d338045a74cd889d14b316a39e96a7509c9.tar.gz |
Add forgotten argz.m4 to libtool m4 cleanup.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1125508 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ echo "buildconf: copying libtool helper files using $libtoolize" # Remove any libtool files so one can switch between libtool versions # by simply rerunning the buildconf script. rm -f aclocal.m4 libtool.m4 -(cd build ; rm -f ltconfig ltmain.sh libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4) +(cd build ; rm -f ltconfig ltmain.sh argz.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4) # Determine libtool version, because --copy behaves differently # w.r.t. copying libtool.m4 |