We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3ab45 commit 5599846Copy full SHA for 5599846
steps/libtool-2.2.4/pass1.sh
@@ -6,9 +6,14 @@
6
src_prepare() {
7
default
8
9
- rm -f libltdl/config/ltmain.sh libtool
+ rm -f libltdl/config/ltmain.sh libtool libltdl/m4/ltversion.m4
10
11
rm -f doc/*.info
12
+ rm -f tests/testsuite
13
+
14
+ find tests -name configure | while read d; do
15
+ rm -r "$(dirname "$d")"
16
+ done
17
18
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 AUTOHEADER=autoheader-2.61 AUTORECONF=autoreconf-2.61 ./bootstrap
19
}
0 commit comments