From 4cd0310516d5636578b494dc082baeae6b623e4a Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 2 Jul 2018 09:11:20 -0400 Subject: [PATCH] Update error, bug1322. --- src/V3Global.h | 2 +- src/VlcMain.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/V3Global.h b/src/V3Global.h index 2716dd75e..546f7e2e6 100644 --- a/src/V3Global.h +++ b/src/V3Global.h @@ -23,7 +23,7 @@ #include "config_build.h" #ifndef HAVE_CONFIG_BUILD -# error "Something failed during ./configure as config_build.h is incomplete." +# error "Something failed during ./configure as config_build.h is incomplete. Perhaps you used autoreconf, don't." #endif #include "verilatedos.h" diff --git a/src/VlcMain.cpp b/src/VlcMain.cpp index a00fd72ee..c4e27b821 100644 --- a/src/VlcMain.cpp +++ b/src/VlcMain.cpp @@ -21,7 +21,7 @@ // Cheat for speed and compile .cpp files into one object #include "config_build.h" #ifndef HAVE_CONFIG_BUILD -# error "Something failed during ./configure as config_build.h is incomplete." +# error "Something failed during ./configure as config_build.h is incomplete. Perhaps you used autoreconf, don't." #endif #include "verilatedos.h"