[Nagiosplug-checkins] CVS: nagiosplug autogen.sh,1.2,1.3

Karl DeBisschop kdebisschop at users.sourceforge.net
Wed Jul 2 20:24:09 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv26111

Modified Files:
	autogen.sh 
Log Message:
mv GNU toolchain check into tools/setup

Index: autogen.sh
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** autogen.sh	23 Mar 2003 07:01:19 -0000	1.2
--- autogen.sh	3 Jul 2003 03:23:14 -0000	1.3
***************
*** 1,5 ****
  #!/bin/sh
  #
- # autogen.sh glue for CMU Cyrus IMAP
  # $Id$
  #
--- 1,4 ----
***************
*** 7,30 ****
  # set -e
  
! MAKE=$(which gnumake)
! if test ! -x "$MAKE" ; then MAKE=$(which gmake) ; fi
! if test ! -x "$MAKE" ; then MAKE=$(which make) ; fi
! HAVE_GNU_MAKE=$($MAKE --version|grep -c "Free Software Foundation")
! 
! if test "$HAVE_GNU_MAKE" != "1"; then 
! 	echo Could not find GNU make on this system, can not proceed with build.
! 	exit 1
! else
! 	echo Found GNU Make at $MAKE ... good.
! fi
! 
! # Refresh GNU autotools toolchain.
! for i in config.guess config.sub missing install-sh mkinstalldirs depcomp; do
! 	test -r /usr/share/automake/${i} && {
! 		rm -f ${i}
! 	}
! done
! 
! tools/setup
  
  # For the Debian build
--- 6,10 ----
  # set -e
  
! ./tools/setup
  
  # For the Debian build





More information about the Commits mailing list