Magellan Linux

Contents of /trunk/autoconf/patches/autoconf-2.13-configure.in-gentoo.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 443 byte(s)
-import

1 --- configure.orig Wed Feb 28 20:53:24 2001
2 +++ configure.in Wed Feb 28 20:53:28 2001
3 @@ -14,12 +14,10 @@
4 AC_PATH_PROG(PERL, perl, no)
5 AC_SUBST(PERL)dnl
6 AC_SUBST(SCRIPTS)dnl
7 -if test "$PERL" != no; then
8 - SCRIPTS=autoscan
9 -else
10 - AC_MSG_WARN(autoscan will not be built since perl is not found)
11 +if test "$PERL" = no; then
12 + PERL=/usr/bin/perl
13 fi
14 -
15 +SCRIPTS=autoscan
16 AC_PROG_INSTALL
17
18 # Work with the GNU or Cygnus source tree layout.