20 lines
398 B
Plaintext
20 lines
398 B
Plaintext
$NetBSD: patch-ab,v 1.9 2016/07/03 10:58:03 leot Exp $
|
|
|
|
--- configure.orig 2016-06-26 22:49:47.000000000 +0000
|
|
+++ configure
|
|
@@ -838,10 +838,10 @@ fi
|
|
|
|
|
|
|
|
-ACLOCAL="./missing aclocal"
|
|
-AUTOCONF="./missing autoconf"
|
|
-AUTOMAKE="./missing automake"
|
|
-AUTOHEADER="./missing autoheader"
|
|
+ACLOCAL="aclocal"
|
|
+AUTOCONF="autoconf"
|
|
+AUTOMAKE="automake"
|
|
+AUTOHEADER="autoheader"
|
|
|
|
export CC
|
|
export CPPFLAGS
|