mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
Index: autogen.sh
|
|
--- autogen.sh.orig
|
|
+++ autogen.sh
|
|
@@ -31,7 +31,3 @@ autoconf || {
|
|
echo "autoconf failed, exiting..."
|
|
exit 1
|
|
}
|
|
-
|
|
-echo "Running ./configure $@..."
|
|
-
|
|
-./configure $@
|