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 9e4c7bd commit b84ce5aCopy full SHA for b84ce5a
buildconf
@@ -26,28 +26,5 @@ else
26
echo created or modified configure
27
fi
28
29
-cd libzend
+cd libzend; ./buildconf
30
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
43
- echo created or modified libzend/aclocal.m4
44
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
52
- echo created or modified libzend/configure
53
0 commit comments