[Gd-chatter] r10865 - trunk/src

housel at gwydiondylan.org housel at gwydiondylan.org
Tue Aug 29 18:49:36 CEST 2006


Author: housel
Date: Tue Aug 29 18:49:34 2006
New Revision: 10865

Modified:
   trunk/src/configure.in
Log:
Job: minor
Fail the configuration with a helpful error message if an existing d2c binary
isn't found.


Modified: trunk/src/configure.in
==============================================================================
--- trunk/src/configure.in	(original)
+++ trunk/src/configure.in	Tue Aug 29 18:49:34 2006
@@ -274,6 +274,9 @@
     echo "    LID format version:       $_DCI_DYLAN_LID_FORMAT_VERSION"
     echo "    d2c bootstrap counter:    $_DCI_D2C_BOOTSTRAP_COUNTER"
     echo "    d2c runtime subdirectory: $_DCI_D2C_RUNTIME_SUBDIR"
+else
+    AC_MSG_ERROR([Cannot find d2c in your PATH.  An existing d2c binary
+(version 2.4.0 or later) is required to build $PACKAGE-$VERSION])
 fi
 
 lid_format_version=$_DCI_DYLAN_LID_FORMAT_VERSION



More information about the chatter mailing list