blob: 2a98a042a80754f6426d1a0aa4a78f4973dd1fcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- make_configure.orig Thu Nov 7 19:42:00 2002
+++ make_configure Wed Nov 22 15:07:42 2006
@@ -1,14 +1,4 @@
-aclocal
-autoheader
-
-list=`find . -name Makefile.am -exec dirname {} \;`
-
-for subdir in $list
-do
- echo making $subdir/Makefile.in
- automake --add-missing --gnu $subdir/Makefile
-done
-
-autoconf
+cd cvsunix && autoreconf259
+cd ..
./configure $*
|