summarylogtreecommitdiffstats
path: root/autogen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.patch')
-rw-r--r--autogen.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/autogen.patch b/autogen.patch
new file mode 100644
index 000000000000..5dbff812f1d3
--- /dev/null
+++ b/autogen.patch
@@ -0,0 +1,29 @@
+--- autogen.sh 2011-10-14 15:41:37.000000000 +0200
++++ autogen.sh.new 2015-03-27 16:19:29.696853619 +0100
+@@ -4,16 +4,16 @@
+ # configure program. This must be done FIRST; note well that there is
+ # no Makefile to run until it is done.
+
+-# echo "Running autoheader..."
+-# autoheader
+-# echo "Running aclocal..."
+-# aclocal
+-# echo "Running libtoolize..."
+-# libtoolize
+-# rm -f Makefile Makefile.in dieharder/Makefile dieharder/Makefile.in \
+-# libdieharder/Makefile libdieharder/Makefile.in
+-# echo "Running automake..."
+-# automake --add-missing --copy --gnu
++echo "Running autoheader..."
++autoheader
++echo "Running aclocal..."
++aclocal
++echo "Running libtoolize..."
++libtoolize
++rm -f Makefile Makefile.in dieharder/Makefile dieharder/Makefile.in \
++ libdieharder/Makefile libdieharder/Makefile.in
++echo "Running automake..."
++automake --add-missing --copy --gnu
+
+ echo "Running autoreconf..."
+ autoreconf