[PHP-DEV] CVS update: php31 From: rasmus (php-dev <email protected>)
Date: 10/30/98

Date: Friday October 30, 1998 @ 10:47
Author: rasmus

Update of /repository/php31
In directory asf:/u2/tmp/cvs-serv4227

Modified Files:
        configure.in.in
Log Message:
I think we want AM_ instead of AC_ here, but I still don't quite grasp
how to get 'make install' to work correctly.

Index: php31/configure.in.in
diff -c php31/configure.in.in:2.11 php31/configure.in.in:2.12
*** php31/configure.in.in:2.11 Wed Sep 23 01:02:38 1998
--- php31/configure.in.in Fri Oct 30 10:47:08 1998
***************
*** 1,4 ****
! dnl ## $Id: configure.in.in,v 2.11 1998/09/23 05:02:38 rasmus Exp $ -*- sh -*-
  dnl ## Process this file with autoconf to produce a configure script.
  
  dnl ## diversion 1 is the initial checking of OS features, programs,
--- 1,4 ----
! dnl ## $Id: configure.in.in,v 2.12 1998/10/30 15:47:08 rasmus Exp $ -*- sh -*-
  dnl ## Process this file with autoconf to produce a configure script.
  
  dnl ## diversion 1 is the initial checking of OS features, programs,
***************
*** 39,45 ****
  AC_PATH_PROG(PROG_PERL, perl)
  
  AM_PROG_LIBTOOL
! AC_PROG_INSTALL
  
  AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH:/usr/bin:/usr/sbin:/usr/etc:etc)
  if test -n "$PROG_SENDMAIL"; then
--- 39,45 ----
  AC_PATH_PROG(PROG_PERL, perl)
  
  AM_PROG_LIBTOOL
! AM_PROG_INSTALL
  
  AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH:/usr/bin:/usr/sbin:/usr/etc:etc)
  if test -n "$PROG_SENDMAIL"; then

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>