From 01bb0beaa020f5fca90b6da901afc06b4e51ca36 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Thu, 3 Jul 2008 09:33:39 +0000 Subject: [PATCH] add more help if stamp-vc is missing. [[Imported from SVN: r5231]] --- bin/dunecontrol | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/dunecontrol b/bin/dunecontrol index 86d4a7844..5c0c18ee1 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -300,8 +300,12 @@ run_default_configure () { eval ./configure "$PARAMS" || exit 1 else if test -f configure.in || test -f configure.ac; then - echo "ERROR: configure.[in|ac] found, but configure missing" >&2 - echo "did you forget to run autoconf?" >&2 + echo "ERROR: configure.[in|ac] found, but configure missing." >&2 + echo "Did you forget to run autoconf?" >&2 + echo "Perhaps you didn't update your project to" >&2 + echo "the latest buildsystem changes (FS#382)." >&2 + echo "If your project is under version control, please make sure" >&2 + echo "you have a file stamp-vc in you top_srcdir." >&2 exit 1 fi fi -- GitLab