You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUPPRESS_WARNINGS = 2>&1 | (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
37
+
libtoolize_flags = --automake
38
+
endif
39
+
35
40
36
41
all: $(targets)
37
42
38
43
acconfig.h: $(acconfig_h_SOURCES)
39
44
@echo rebuilding $@
40
45
cat $(acconfig_h_SOURCES)>$@
41
46
42
-
SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times)'||true)
43
-
44
47
$(config_h_in): configure acconfig.h
45
48
# explicitly remove target since autoheader does not seem to work
46
49
# correctly otherwise (timestamps are not updated)
0 commit comments