blob: 721c9180dcea1fd7b31246e2f13739e5d120d9f5 (
plain) (
blame)
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
|
Index: detect-autoconf.sh
===================================================================
RCS file: /cvs/kde/kde-common/admin/detect-autoconf.sh,v
retrieving revision 1.6
diff -u -r1.6 detect-autoconf.sh
--- admin/detect-autoconf.sh 30 Nov 2002 02:48:03 -0000 1.6
+++ admin/detect-autoconf.sh 29 Aug 2003 11:31:32 -0000
@@ -25,6 +25,8 @@
AUTOCONF="`$WHICH autoconf-2.52`"
elif test -x "`$WHICH autoconf2.50`" ; then
AUTOCONF="`$WHICH autoconf2.50`"
+ elif test -x "`$WHICH autoconf-2.59`" ; then
+ AUTOCONF="`$WHICH autoconf-2.59`"
fi
}
@@ -46,6 +48,9 @@
AUTOHEADER="`$WHICH autoheader-2.52`"
elif test -x "`$WHICH autoheader2.50`" ; then
AUTOHEADER="`$WHICH autoheader2.50`"
+ elif test -x "`$WHICH autoheader-2.59`" ; then
+ AUTOHEADER="`$WHICH autoheader-2.59`"
+ AUTOM4TE="`$WHICH autom4te-2.59`"
fi
}
|