diff options
Diffstat (limited to 'gdbsupport/common.m4')
-rw-r--r-- | gdbsupport/common.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbsupport/common.m4 b/gdbsupport/common.m4 index 68a3545..e670586 100644 --- a/gdbsupport/common.m4 +++ b/gdbsupport/common.m4 @@ -18,6 +18,9 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>. dnl Invoke configury needed by the files in 'common'. AC_DEFUN([GDB_AC_COMMON], [ + # Set the 'development' global. + . $srcdir/../bfd/development.sh + AC_HEADER_STDC AC_FUNC_ALLOCA |