Magellan Linux

Annotation of /trunk/autoconf/patches/autoconf-2.13-configure.in-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, 1 month ago) by niro
File size: 443 byte(s)
-import

1 niro 144 --- 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.