- Updated the address for the FSF in the opening comment.
[rsync/rsync.git] / prepare-source
CommitLineData
20926fbd
WD
1#!/bin/sh
2# Use autoconf, autoheader, yodl, etc. to ready the generated files
3# in the release. This is typically used after applying a diff from
4# "patches" directory in CVS.
5#
6# NOTE: if you use a diff from the "patches" directory in a release
ac669e8b 7# tar, this is not needed (but doesn't hurt anything).
20926fbd 8dir=`dirname $0`
77b013af
WD
9if test x"$dir" != x -o x"$dir" != x.; then
10 cd "$dir"
20926fbd 11fi
77b013af 12make -f prepare-source.mak