summaryrefslogtreecommitdiffstats
path: root/libreport/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libreport/autogen.sh')
-rwxr-xr-xlibreport/autogen.sh29
1 files changed, 0 insertions, 29 deletions
diff --git a/libreport/autogen.sh b/libreport/autogen.sh
deleted file mode 100755
index a698df05..00000000
--- a/libreport/autogen.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/sh
-#echo "Running gen-version"
-#./gen-version
-
-mkdir -p m4
-echo "Creating m4/aclocal.m4 ..."
-test -r m4/aclocal.m4 || touch m4/aclocal.m4
-
-echo "Running autopoint"
-autopoint --force || exit 1
-
-echo "Running intltoolize..."
-intltoolize --force --copy --automake || exit 1
-
-echo "Running aclocal..."
-aclocal || exit 1
-
-echo "Running libtoolize..."
-libtoolize || exit 1
-
-echo "Running autoheader..."
-autoheader || return 1
-
-echo "Running autoconf..."
-autoconf --force || exit 1
-
-echo "Running automake..."
-automake --add-missing --force --copy || exit 1
-