mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
No effect other than to remove a personal annoyance I introduced in the first place.
This commit is contained in:
parent
057f716d7f
commit
a56cfe038f
@ -355,11 +355,13 @@ while test $# -gt 0; do
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
--libs-ac-syntax)
|
--libs-ac-syntax)
|
||||||
|
|
||||||
libs=$(echo $libs | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
|
libs=$(echo $libs | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
|
||||||
libs=$(echo $libs | sed 's/HDF5::HDF5/hdf5/g')
|
libs=$(echo $libs | sed 's/HDF5::HDF5/hdf5/g')
|
||||||
libsprivate=$(echo $libsprivate | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
|
|
||||||
libsprivate=$(echo $libsprivate | sed 's/HDF5::HDF5/hdf5/g')
|
|
||||||
if [ "x$HAS_STATIC" = "xTRUE" ]; then
|
if [ "x$HAS_STATIC" = "xTRUE" ]; then
|
||||||
|
libsprivate=$(echo $libsprivate | sed 's/hdf5::hdf5_hl/hdf5_hl/g')
|
||||||
|
libsprivate=$(echo $libsprivate | sed 's/HDF5::HDF5/hdf5/g')
|
||||||
echo $libs $libsprivate
|
echo $libs $libsprivate
|
||||||
else
|
else
|
||||||
echo $libs
|
echo $libs
|
||||||
|
Loading…
Reference in New Issue
Block a user