summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2013-11-24 20:54:39 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-11-24 21:05:00 +0100
commitce8695d91a77d090be8da14b04a3b431c78c2fbb (patch)
tree51fa51ae329727785cee6a8aca43eefd98ee891f /autogen.sh
parentaf0d3a7206c3e17d2ea3e97db7df7cc321d60a78 (diff)
add the autotools
This buildsystem construct * libufo * ufo-runjson and ufod * make check run the non-opencl test part * the gtk-doc api (./configure --enable-gtk-doc) * the sphinx manual (make html) * add the flymake and iwyu target for emacs users * detect and use python library if available * add an option for mpi compilation
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..a0e42c6
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+test -d m4 || mkdir m4
+gtkdocize || exit 1
+autoreconf -ivf