]> granicus.if.org Git - poly2tri-c/commitdiff
add a basic autogen.sh
authorMichael Muré <mure.michael@gmail.com>
Sun, 6 May 2012 14:30:29 +0000 (23:30 +0900)
committerBarak Itkin <lightningismyname@gmail.com>
Sat, 12 May 2012 15:21:23 +0000 (18:21 +0300)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..065a363
--- /dev/null
@@ -0,0 +1,7 @@
+test -n "$srcdir" || srcdir=$(dirname "$0")
+test -n "$srcdir" || srcdir=.
+(
+  cd "$srcdir" &&
+  AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall
+) || exit
+test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"