[Nagiosplug-checkins] CVS: nagiosplug/tools setup,1.12,1.13

Karl DeBisschop kdebisschop at users.sourceforge.net
Mon Jul 28 22:04:05 CEST 2003


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

Modified Files:
	setup 
Log Message:
move autopoint to start of gnu toolchain setup
use --force-missing instead on manually copying files
 (manual process was broken on RedHat, and we should expect automake to do its job right anyway)


Index: setup
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/setup,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** setup	26 Jul 2003 04:14:04 -0000	1.12
--- setup	29 Jul 2003 05:03:49 -0000	1.13
***************
*** 19,36 ****
  fi
  
! # Refresh GNU autotools toolchain.
! for i in config.guess config.sub missing install-sh mkinstalldirs ; do
! 	test -r /usr/share/automake/${i} && {
! 		rm -f ${i}
! 		cp /usr/share/automake/${i} .
! 	}
! 	chmod 755 ${i}
! done
! 
  aclocal -I lib
  autoheader
! automake --add-missing --copy
  autoconf
- autopoint --force
  
  if [ -f debian/rules ] ; then
--- 19,27 ----
  fi
  
! autopoint --force
  aclocal -I lib
  autoheader
! automake --add-missing --force-missing
  autoconf
  
  if [ -f debian/rules ] ; then





More information about the Commits mailing list