mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-30 18:00:25 +00:00
m4: Fix SPICE_WARNING on el6
autogen.sh fails on el6 unless the second argument to AC_DEFUN([SPICE_WARNING]) is enclosed in []
This commit is contained in:
parent
47122befcd
commit
d13fdd7fa9
@ -11,7 +11,7 @@ m4_ifndef([AS_VAR_COPY],
|
||||
# ----------------------
|
||||
# Collect warnings and print them at the end so they are clearly visible.
|
||||
# ---------------------
|
||||
AC_DEFUN([SPICE_WARNING],AS_VAR_APPEND([spice_warnings],["|$1"]))
|
||||
AC_DEFUN([SPICE_WARNING],[AS_VAR_APPEND([spice_warnings],["|$1"])])
|
||||
AC_DEFUN([SPICE_PRINT_MESSAGES],[
|
||||
ac_save_IFS="$IFS"
|
||||
IFS="|"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user