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