blob: 4d69d59cb6226c862502b302a5f377b36b448731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- make_configure.orig Thu Nov 7 19:42:00 2002
+++ make_configure Fri Dec 20 19:23:07 2002
@@ -1,14 +1,14 @@
-aclocal
-autoheader
+aclocal14
+autoheader213
list=`find . -name Makefile.am -exec dirname {} \;`
for subdir in $list
do
echo making $subdir/Makefile.in
- automake --add-missing --gnu $subdir/Makefile
+ automake14 --add-missing --gnu $subdir/Makefile
done
-autoconf
+autoconf213
./configure $*
|