When running with --fake-super, get/put ACLs from/to an xattr and don't
[rsync/rsync.git] / prepare-source
CommitLineData
20926fbd 1#!/bin/sh
5dcd9a2b
WD
2# Use autoconf, autoheader, yodl, etc. to ready the generated files in the
3# release. This is typically used after applying a diff from the "patches"
4# directory in a CVS-checked-out version.
20926fbd 5#
5dcd9a2b
WD
6# NOTE: if you use a diff from the "patches" directory of a *release tar*
7# (as opposed to from CVS), this is not needed (but doesn't hurt anything).
20926fbd 8dir=`dirname $0`
5dcd9a2b 9if test x"$dir" != x -a x"$dir" != x.; then
77b013af 10 cd "$dir"
20926fbd 11fi
77b013af 12make -f prepare-source.mak