Skip to content

Commit b84ce5a

Browse files
committed
added ext/*/config.h.stub files
removed config.h.in (generated)
1 parent 9e4c7bd commit b84ce5a

File tree

5 files changed

+19
-515
lines changed

5 files changed

+19
-515
lines changed

buildconf

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,5 @@ else
2626
echo created or modified configure
2727
fi
2828

29-
cd libzend
29+
cd libzend; ./buildconf
3030

31-
if test -f mkinstalldirs; then
32-
automake
33-
else
34-
automake --add-missing
35-
fi
36-
37-
mv aclocal.m4 aclocal.m4.old 2>/dev/null
38-
aclocal
39-
if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
40-
echo keeping libzend/aclocal.m4
41-
mv aclocal.m4.old aclocal.m4
42-
else
43-
echo created or modified libzend/aclocal.m4
44-
fi
45-
46-
mv configure configure.old 2>/dev/null
47-
autoconf
48-
if cmp configure.old configure > /dev/null 2>&1; then
49-
echo keeping libzend/configure
50-
mv configure.old configure
51-
else
52-
echo created or modified libzend/configure
53-
fi

0 commit comments

Comments
 (0)