Lines Matching refs:shave
5 dnl shavedir: the directory where the shave scripts are, it defaults to
7 dnl default_mode: (enable|disable) default shave mode. This parameter
8 dnl controls shave's behaviour when no option has been
19 AC_ARG_ENABLE([shave],
21 [--enable-shave],
22 [use shave to make the build pretty [[default=$1]]]),,
33 dnl where can we find the shave scripts?
48 LIBTOOL="${SHELL} ${shavedir}/shave-libtool '${SHAVE_SAVED_LIBTOOL}'"
56 CC="${SHELL} ${shavedir}/shave cc ${SHAVE_SAVED_CC}"
57 CXX="${SHELL} ${shavedir}/shave cxx ${SHAVE_SAVED_CXX}"
58 FC="${SHELL} ${shavedir}/shave fc ${SHAVE_SAVED_FC}"
59 F77="${SHELL} ${shavedir}/shave f77 ${SHAVE_SAVED_F77}"