mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
Ignore automake flags passed by Ubuntu builds
This commit is contained in:
parent
f3ed36840e
commit
2f18a52118
@ -15,6 +15,14 @@ AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk incl
|
|||||||
|
|
||||||
AC_MSG_RESULT([configuring for $PACKAGE_STRING])
|
AC_MSG_RESULT([configuring for $PACKAGE_STRING])
|
||||||
|
|
||||||
|
# Ignore automake flags passed by Ubuntu builds
|
||||||
|
AC_ARG_ENABLE([dependency-tracking],
|
||||||
|
[AS_HELP_STRING([--disable-dependency-tracking], [ignored])])
|
||||||
|
AC_ARG_ENABLE([maintainer-mode],
|
||||||
|
[AS_HELP_STRING([--enable-maintainer-mode], [ignored])])
|
||||||
|
AC_ARG_ENABLE([silent-rules],
|
||||||
|
[AS_HELP_STRING([--disable-silent-rules], [ignored])])
|
||||||
|
|
||||||
# Special Substitutions - CFG_WITH_DEFENV
|
# Special Substitutions - CFG_WITH_DEFENV
|
||||||
AC_MSG_CHECKING(whether to use hardcoded paths)
|
AC_MSG_CHECKING(whether to use hardcoded paths)
|
||||||
AC_ARG_ENABLE([defenv],
|
AC_ARG_ENABLE([defenv],
|
||||||
|
Loading…
Reference in New Issue
Block a user