Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 257544 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +20 lines)
Line  Link Here
0
-- automake-1.7.9-orig/tests/libtool5.test
0
++ automake-1.7.9/tests/libtool5.test
Lines 45-49 endif Link Here
45
END
45
END
46
46
47
libtoolize
47
libtoolize
48
# for libtool-2 (bug #257544)
49
if [ ! -e config.guess ]; then
50
    libtoolize --install
51
fi
48
$ACLOCAL
52
$ACLOCAL
49
$AUTOMAKE
53
$AUTOMAKE
50
-- automake-1.7.9-orig/tests/ltcond2.test
54
++ automake-1.7.9/tests/ltcond2.test
Lines 73-78 END Link Here
73
echo 'int main() { print(); return 0; }' >main.c
73
echo 'int main() { print(); return 0; }' >main.c
74
74
75
libtoolize
75
libtoolize
76
# for libtool-2 (bug #257544)
77
if [ ! -e config.guess ]; then
78
    libtoolize --install
79
fi
76
$ACLOCAL
80
$ACLOCAL
77
$AUTOCONF
81
$AUTOCONF
78
$AUTOMAKE
82
$AUTOMAKE
79
-- automake-1.7.9-orig/tests/ltcond.test
83
++ automake-1.7.9/tests/ltcond.test
Lines 62-67 echo 'int two () { return 2; }' >bar.c Link Here
62
mkdir empty
62
mkdir empty
63
63
64
libtoolize
64
libtoolize
65
# for libtool-2 (bug #257544)
66
if [ ! -e config.guess ]; then
67
    libtoolize --install
68
fi
65
$ACLOCAL
69
$ACLOCAL
66
$AUTOCONF
70
$AUTOCONF
67
$AUTOMAKE
71
$AUTOMAKE
68
-- automake-1.7.9-orig/tests/ltconv.test
72
++ automake-1.7.9/tests/ltconv.test
Lines 111-116 int main () Link Here
111
EOF
111
EOF
112
112
113
libtoolize
113
libtoolize
114
# for libtool-2 (bug #257544)
115
if [ ! -e config.guess ]; then
116
    libtoolize --install
117
fi
114
$ACLOCAL
118
$ACLOCAL
115
$AUTOCONF
119
$AUTOCONF
116
$AUTOMAKE
120
$AUTOMAKE

Return to bug 257544