/[cvs]/ccvs/maint-aux/gnulib-update
ViewVC logotype

Diff of /ccvs/maint-aux/gnulib-update

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mdb, Wed May 4 21:10:24 2005 UTC revision 1.4 by dprice, Mon Sep 19 16:30:18 2005 UTC
# Line 29  if test -f maint-aux/gnulib-modules; the Line 29  if test -f maint-aux/gnulib-modules; the
29  fi  fi
30    
31  # Where to find the GNULIB sources.  # Where to find the GNULIB sources.
32  GNULIB=../gnulib  : ${GNULIB="../gnulib"}
33  GNULIB_TOOL=$GNULIB/gnulib-tool  GNULIB_TOOL=$GNULIB/gnulib-tool
34    
35  # Which modules to update.  # Which modules to update.
# Line 60  mv lib/Makefile.am lib/Makefile.am.save Line 60  mv lib/Makefile.am lib/Makefile.am.save
60  mv m4/error.m4 m4/error.m4.save  mv m4/error.m4 m4/error.m4.save
61    
62  # Run the update.  # Run the update.
63  $GNULIB_TOOL --import $MODULES >/dev/null  if $GNULIB_TOOL --import $MODULES >/dev/null; then :; else
64      exit $?
65    fi
66    
67  # Correct this file for our purposes, but try to avoid munging timestamps  # Correct this file for our purposes, but try to avoid munging timestamps
68  # unless necessary.  # unless necessary.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26