From 9ee7e097e72246f78d263b3abb82b6f4e2fca05e Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Mon, 25 Oct 2004 14:26:29 +0000 Subject: New git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1243 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- fixtimes.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 fixtimes.sh diff --git a/fixtimes.sh b/fixtimes.sh new file mode 100755 index 00000000..dae32be6 --- /dev/null +++ b/fixtimes.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +TARGET_FILES="configure aclocal.m4 libtool src/proj_config.h.in" +#rm -f $TARGET_FILES + +cvs update $TARGET_FILES + +touch $TARGET_FILES + +if test -x config.status ; then + touch config.status +fi + +touch Makefile.in */Makefile.in -- cgit v1.2.3