Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109684 | Differences between
and this patch

Collapse All | Expand All

(-)h5utils-1.10/configure.ac.orig (-1 / +2 lines)
Lines 131-138 Link Here
131
else
131
else
132
	# try to find installation directory
132
	# try to find installation directory
133
	AC_CHECK_PROGS(OCTAVE, octave, echo)
133
	AC_CHECK_PROGS(OCTAVE, octave, echo)
134
	AC_CHECK_PROGS(OCTAVE_CONFIG, octave-config, echo)
134
	AC_MSG_CHECKING(where octave plugins go)
135
	AC_MSG_CHECKING(where octave plugins go)
135
	OCT_INSTALL_DIR=`echo "DEFAULT_LOADPATH" | $OCTAVE -q | tr ':' '\n' | grep "site/oct" | head -1`
136
	OCT_INSTALL_DIR=`${OCTAVE_CONFIG} --oct-site-dir | sed -e "s:${prefix}:\\\${prefix}:"`
136
	if test -n "$OCT_INSTALL_DIR"; then
137
	if test -n "$OCT_INSTALL_DIR"; then
137
		AC_MSG_RESULT($OCT_INSTALL_DIR)
138
		AC_MSG_RESULT($OCT_INSTALL_DIR)
138
		H5READ=h5read.oct
139
		H5READ=h5read.oct

Return to bug 109684