blob: 5dbff812f1d3edbebfa9a070b48bb04873ba3c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|