blob: 565b9e520f5c9099f0b02cfaeb1c10564723321f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
This is replaced by `AT_M4DIR=m4 eautoreconf` in the ebuild.
--- bootstrap
+++ bootstrap
@@ -26,17 +26,17 @@
INCLUDES="-I m4"
fi
set -x
-aclocal $INCLUDES
-autoheader
+# aclocal $INCLUDES
+# autoheader
# Check For OSX
# rhcp011235@gmail.com
-KERNEL_NAME=`uname -s`
-if [ "$KERNEL_NAME" = "Darwin" ]; then
- glibtoolize --copy --automake
-else
- libtoolize --copy --automake
-fi
-automake --copy --foreign --add-missing
-autoconf
+# KERNEL_NAME=`uname -s`
+# if [ "$KERNEL_NAME" = "Darwin" ]; then
+# glibtoolize --copy --automake
+# else
+# libtoolize --copy --automake
+# fi
+# automake --copy --foreign --add-missing
+# autoconf
|