"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "cmake/distclean.sh" between
libgd-2.3.1.tar.gz and libgd-2.3.2.tar.gz

About: LibGD is a library for the dynamic creation of images by programmers (PNG, JPEG, GIF, WebP, XPM, BMP support).

distclean.sh  (libgd-2.3.1):distclean.sh  (libgd-2.3.2)
skipping to change at line 15 skipping to change at line 15
usage() { usage() {
cat <<-EOF cat <<-EOF
Usage: $0 [--automake] Usage: $0 [--automake]
Clean all the cmake generated output files. Clean all the cmake generated output files.
Options: Options:
--automake Do not clean files autotools also creates --automake Do not clean files autotools also creates
EOF EOF
exit ${1:-0} exit "${1:-0}"
} }
AUTOMAKE="false" AUTOMAKE="false"
while [ $# -ne 0 ]; do while [ $# -ne 0 ]; do
case $1 in case $1 in
-h|--help) usage ;; -h|--help) usage ;;
--automake) AUTOMAKE="true" ;; --automake) AUTOMAKE="true" ;;
*) usage 1 ;; *) usage 1 ;;
esac esac
shift shift
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)