Doc.
[rsync/rsync.git] / popt-1.2 / autogen.sh
CommitLineData
62402cb1
MP
1#!/bin/sh
2
3autoheader
4autoconf
5
6if [ "$1" = "--noconfigure" ]; then
7 exit 0;
8fi
9
10./configure "$@"