summarylogtreecommitdiffstats
path: root/fix_autogen.patch
blob: 91031dc4532e313aecfd993333415fded196f466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/autogen.sh b/autogen.sh
index c3d21c8..7b61d98 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,6 @@ test -n "$srcdir" || srcdir=.
 (
   cd "$srcdir" &&
   touch config.rpath &&
-  AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv
+  AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -I /usr/share/gettext/m4
 ) || exit
 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
\ No newline at end of file