chiark / gitweb /
utf32_word_split() and utf8_word_split() splits a string into words
[disorder] / prepare
diff --git a/prepare b/prepare
index a419ab02c1e5731015ec96c738ea62856789aeca..48337ea5d5082dc9ce3f59ac1e1ba76086ef9420 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -42,4 +42,4 @@ autoheader
 automake -a || true            # for INSTALL
 automake --foreign -a
 cd "$here"
-$srcdir/configure "$@" --sysconfdir=/etc --localstatedir=/var
+$srcdir/configure --sysconfdir=/etc --localstatedir=/var "$@"