Open schwehr opened 10 years ago
"mkdir m4" in hdf5-1.9.182 fixed this
make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing aclocal-1.14 "-I m4"
aclocal-1.14: warning: couldn't open directory ' m4': No such file or directory
cd . && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing automake-1.14 --foreign
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
Making all in src
make[1]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
cd .. && make am--refresh
make[2]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
make[2]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
make[1]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
cd .. && make am--refresh
make[2]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
make[2]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing autoheader)
rm -f stamp-h1
touch H5config.h.in
cd .. && /bin/sh ./config.status src/H5config.h
config.status: creating src/H5config.h
make all-am
make[2]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
cd .. && make am--refresh
make[3]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
make[3]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I/sw/include -UNDEBUG -DH5AC_DEBUG -DH5B_DEBUG -DH5B2_DEBUG -DH5D_DEBUG -DH5E_DEBUG -DH5F_DEBUG -DH5G_DEBUG -DH5HG_DEBUG -DH5HL_DEBUG -DH5I_DEBUG -DH5MF_DEBUG -DH5MM_DEBUG -DH5O_DEBUG -DH5P_DEBUG -DH5S_DEBUG -DH5T_DEBUG -DH5V_DEBUG -DH5Z_DEBUG -DH5_DEBUG_API -Wall -Wextra -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I/sw/include -UNDEBUG -DH5AC_DEBUG -DH5B_DEBUG -DH5B2_DEBUG -DH5D_DEBUG -DH5E_DEBUG -DH5F_DEBUG -DH5G_DEBUG -DH5HG_DEBUG -DH5HL_DEBUG -DH5I_DEBUG -DH5MF_DEBUG -DH5MM_DEBUG -DH5O_DEBUG -DH5P_DEBUG -DH5S_DEBUG -DH5T_DEBUG -DH5V_DEBUG -DH5Z_DEBUG -DH5_DEBUG_API -Wall -Wextra -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -fno-common -DPIC -o .libs/H5.o
Just updated my autoconf and I'm now getting an m4 complaint
The make results in
I just updated fink's autoconf