]> www.ginac.de Git - ginac.git/commitdiff
Bail out if both autogen and autogen'erated file(s) are missing.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 22:42:17 +0000 (02:42 +0400)
committerJens Vollinga <jensv@nikhef.nl>
Wed, 27 Aug 2008 14:22:58 +0000 (16:22 +0200)
This makes the error message(s) more helpful.

ginac/Makefile.am

index 0570fde2fab9ea58cd45124e59fa7e3b895278d1..17b272f230f142d9dba9597b81ea3f19ab2fe719 100644 (file)
@@ -45,6 +45,7 @@ $(srcdir)/parser/builtin_fcns.cpp: $(srcdir)/parser/builtin_fcns.def $(srcdir)/p
        else \
                echo "*** ERROR: the \"$@\" file does not exist, and AutoGen is not installed on your system"; \
                echo "***        Please install AutoGen (http://www.gnu.org/software/autogen)"; \
+               exit 1; \
        fi