* Makefile.in: Replace @MAINT@ with $(CGEN_MAINT).
(CGEN_MAINT): New variable. * configure.in: Add support for --enable-cgen-maint. * configure: Regenerate.
This commit is contained in:
parent
d8dedd7946
commit
77e0fb08e1
@ -15,7 +15,17 @@ SIM_AC_OPTION_SCACHE(1024)
|
||||
SIM_AC_OPTION_DEFAULT_MODEL(m32r/d)
|
||||
SIM_AC_OPTION_ENVIRONMENT
|
||||
|
||||
if test ${USE_MAINTAINER_MODE} = yes ; then
|
||||
cgen_maint="#"
|
||||
# Having --enable-maintainer-mode take arguments is another way to go.
|
||||
AC_ARG_ENABLE(cgen-maint,
|
||||
[ --enable-cgen-maint build cgen generated files],
|
||||
[case "${enableval}" in
|
||||
yes) cgen_maint="" ;;
|
||||
no) ;;
|
||||
*) AC_MSG_ERROR([bad value ${enableval} for simulator cgen-maint option]) ;;
|
||||
esac])dnl
|
||||
AC_SUBST(cgen_maint)
|
||||
if test "x${cgen_maint}" = x ; then
|
||||
AC_CHECK_PROG(SCHEME, guile, guile, guile)
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user