aboutsummaryrefslogtreecommitdiff
path: root/fixtimes.sh
blob: dae32be6f6b457f0e12bcb7a86b236a27ae59a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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