12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
$OpenBSD: patch-bootstrap,v 1.1 2002/12/20 23:40:13 naddy Exp $
|
|
--- bootstrap.orig Fri Dec 20 23:31:50 2002
|
|
+++ bootstrap Fri Dec 20 23:32:12 2002
|
|
@@ -3,6 +3,6 @@
|
|
aclocal -I .
|
|
autoheader
|
|
libtoolize --automake
|
|
-automake --add-missing
|
|
+automake --add-missing --include-deps
|
|
autoconf
|
|
echo "Ready to run ./configure"
|