Skip to content

Commit

Permalink
undid more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sananthanarayan committed Jan 17, 2025
1 parent 6c04388 commit 16ac20e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/libh5cc.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
prg=$0
if [ ! -e "$prg" ]; then
case $prg in
(*/*) exit 1;
(*) prg=$(command -v -- "$prg") || exit;
(*/*) exit 1;;
(*) prg=$(command -v -- "$prg") || exit;;
esac
fi
dir=$(
Expand Down Expand Up @@ -64,23 +64,23 @@ for arg in $@ ; do
-showconfig)
showconfigure
exit $status
;
;;
-show)
echo @_PKG_CONFIG_COMPILER@ $@ `pkg-config $pc_args --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@`
exit $status
;
;;
-help)
usage
exit $status
;
;;
--*)
# gather pkg-config specific options
pc_args="$pc_args $arg"
;
;;
*)
@_PKG_CONFIG_COMPILER@ $@ `pkg-config $pc_args --define-variable=prefix=$dir --cflags --libs @_PKG_CONFIG_LIBNAME@`
status=$?
exit $status
;
;;
esac
done

0 comments on commit 16ac20e

Please sign in to comment.