Move sourcing of development.sh to GDB_AC_COMMON
[deliverable/binutils-gdb.git] / gdb / selftest.m4
index a88aa96171cb4cee78a91ccdbd9a4b740933bc22..3624f25f24ea41f50c3c1a549389286e2b14fb5c 100644 (file)
@@ -26,7 +26,8 @@ AC_DEFUN([GDB_AC_SELFTEST],[
 #
 # The default value of this option changes depending whether we're on
 # development mode (in which case it's "true") or not (in which case
-# it's "false").
+# it's "false").  The $development variable is set by the GDB_AC_COMMON
+# macro, which must therefore be used before GDB_AC_SELFTEST.
 
 AS_IF([test "x$development" != xtrue && test "x$development" != xfalse],
   [AC_MSG_ERROR([Invalid value for \$development, got "$development", expecting "true" or "false".])])
This page took 0.025299 seconds and 4 git commands to generate.