]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_parser.yy
Shut up recent automake warning.
[ginac.git] / ginsh / ginsh_parser.yy
index ead4f1f54cd6606f2489153db3cbf85196ba9d9f..88aa9843ab09dd9b72b7343c2d582fc4dc6a54f4 100644 (file)
  */
 
 %{
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 #ifdef HAVE_RUSAGE
 #include <sys/resource.h>
 #else
 #include <ctime>
 #endif
 
-#if HAVE_UNISTD_H
+#ifdef HAVE_UNISTD_H
 #include <sys/types.h>
 #include <unistd.h>
 #endif
@@ -899,7 +901,7 @@ static void ginsh_readline_init(char* name)
 
 void greeting(void)
 {
-    cout << "ginsh - GiNaC Interactive Shell (" << PACKAGE << " V" << VERSION << ")" << endl;
+    cout << "ginsh - GiNaC Interactive Shell (GiNaC V" << GINACLIB_VERSION << ")" << endl;
     cout << "  __,  _______  Copyright (C) 1999-2011 Johannes Gutenberg University Mainz,\n"
          << " (__) *       | Germany.  This is free software with ABSOLUTELY NO WARRANTY.\n"
          << "  ._) i N a C | You are welcome to redistribute it under certain conditions.\n"