@echo rebuilding $@
cat $(acconfig_h_SOURCES) > $@
-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)
+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|AC_DECL_YYTEXT is expanded from...|the top level)'||true)
$(config_h_in): configure acconfig.h
# explicitly remove target since autoheader does not seem to work
@echo rebuilding $@
@rm -f $@
@autoheader=`./build/shtool path autoheader-2.13 autoheader`; \
- $$autoheader 2>&1 | $(SUPPRESS_WARNINGS)
+ $$autoheader -W none 2>&1 | $(SUPPRESS_WARNINGS)
$(TOUCH_FILES):
touch $(TOUCH_FILES)
# | Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: buildcheck.sh,v 1.21.2.8 2004-12-30 15:43:52 rasmus Exp $
+# $Id: buildcheck.sh,v 1.21.2.9 2004-12-30 19:54:46 rasmus Exp $
#
echo "buildconf: checking installation..."
if test "$1" = "2" && test "$2" -ge "50"; then
- echo "buildconf: Your version of autoconf likely contains buggy cache code."
- echo " Running cvsclean for you."
- echo " To avoid this, install autoconf-2.13 and automake-1.5."
+ echo "buildconf: running cvsclean."
./cvsclean
stamp=
fi