diff --git a/src/run_autoconfig b/src/run_autoconfig index 3fb995a9d947c55eedb6568acb225689aa785c7e..27499e7c725d7304ccec8a9345d69620f5bfab7e 100755 --- a/src/run_autoconfig +++ b/src/run_autoconfig @@ -31,5 +31,5 @@ do done if test x$need_to_make_depend = xyes ; then - echo You need to run \"make depend\" after \"configure\". + echo You need to run \"make depend\" after \"configure\", and then \"configure\" again. else :; fi \ No newline at end of file