Magellan Linux

Annotation of /trunk/autoconf/patches/autoconf-2.13-configure-gentoo.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 958 byte(s)
-import

1 niro 144 --- configure.orig Wed Feb 28 20:51:53 2001
2     +++ configure Wed Feb 28 20:52:03 2001
3     @@ -654,12 +654,10 @@
4     echo "$ac_t""no" 1>&6
5     fi
6    
7     -if test "$PERL" != no; then
8     - SCRIPTS=autoscan
9     -else
10     - echo "configure: warning: autoscan will not be built since perl is not found" 1>&2
11     +if test "$PERL" = no; then
12     + PERL=/usr/bin/perl
13     fi
14     -
15     +SCRIPTS=autoscan
16     ac_aux_dir=
17     for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
18     if test -f $ac_dir/install-sh; then
19     @@ -691,7 +689,7 @@
20     # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
21     # ./install, which can be erroneously created by make from ./install.sh.
22     echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
23     -echo "configure:695: checking for a BSD compatible install" >&5
24     +echo "configure:693: checking for a BSD compatible install" >&5
25     if test -z "$INSTALL"; then
26     if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
27     echo $ac_n "(cached) $ac_c" 1>&6