adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: wastesedge autogen.sh,1.2,1.3


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge autogen.sh,1.2,1.3
Date: Mon, 16 Dec 2002 10:00:43 -0500

Update of /cvsroot/adonthell/wastesedge
In directory subversions:/tmp/cvs-serv26474

Modified Files:
        autogen.sh 
Log Message:
FIXED autogen.sh (no longer deletes intl/Makefile.in)


Index: autogen.sh
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** autogen.sh  15 Sep 2002 15:54:18 -0000      1.2
--- autogen.sh  16 Dec 2002 15:00:41 -0000      1.3
***************
*** 1,16 ****
  #!/bin/sh
  # First of all clean up the generated crud
! rm -f configure config.log config.guess config.sub config.cache
! rm -f config.status
  rm -f `find . -name 'Makefile.in'`
  rm -f `find . -name 'Makefile'`
  
  # Regenerate everything
! aclocal -I .
! automake --add-missing --gnu --copy
  autoconf 
  
  echo
! echo "Now type './configure' to prepare Waste's Edge for installation."
! echo "Afterwards, 'make install' will install it."
  echo
--- 1,35 ----
  #!/bin/sh
  # First of all clean up the generated crud
! rm -f configure config.log config.cache
! rm -f config.status aclocal.m4
! mv intl/Makefile.in intl/Makefile.bak
  rm -f `find . -name 'Makefile.in'`
+ mv intl/Makefile.bak intl/Makefile.in
  rm -f `find . -name 'Makefile'`
  
  # Regenerate everything
! 
! #
! # use aclocal v1.6 if available
! #
! if test "x`which aclocal-1.6`" = "x" ; then
!   aclocal -I .
! else
!   aclocal-1.6 -I .
! fi
! 
! #
! # use Autmake v1.6 if available
! #
! if test "x`which automake-1.6`" = "x" ; then
!   automake --add-missing --gnu --copy
! else
!   automake-1.6 --add-missing --gnu --copy
! fi
! 
  autoconf 
  
  echo
! echo "Now type './configure' to prepare Adonthell for compilation."
! echo "Afterwards, 'make' will build Adonthell."
  echo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]