Some demon_log_* variables changed into logfile_* variables that are
[rsync/rsync.git] / prepare-source
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
7 # tar, this is not needed (but doesn't hurt anything).
8 dir=`dirname $0`
9 if test x"$dir" != x -o x"$dir" != x.; then
10     cd "$dir"
11 fi
12 make -f prepare-source.mak