mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
11 lines
203 B
Diff
11 lines
203 B
Diff
--- a/autogen.sh
|
|
+++ b/autogen.sh
|
|
@@ -6,6 +6,6 @@
|
|
(
|
|
cd "$srcdir" &&
|
|
touch config.rpath &&
|
|
- autoreconf -fiv
|
|
+ autoreconf -fiv -Im4
|
|
) || exit
|
|
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|