Move sourcing of development.sh to GDB_AC_COMMON
[deliverable/binutils-gdb.git] / gdbserver / configure.ac
index be2284b26c567bcd67ee5e43ffc028ce417e2706..db9d45715efb2dd765b5cd5728e87adf838f81d1 100644 (file)
@@ -43,8 +43,7 @@ AX_CXX_COMPILE_STDCXX(11, , mandatory)
 
 AC_HEADER_STDC
 
-# Set the 'development' global.
-. $srcdir/../bfd/development.sh
+GDB_AC_COMMON
 
 GDB_AC_SELFTEST([
   srv_selftest_objs="gdbsupport/selftest.o"
@@ -77,8 +76,6 @@ AC_CHECK_HEADERS(termios.h sys/reg.h string.h dnl
 AC_FUNC_FORK
 AC_CHECK_FUNCS(pread pwrite pread64)
 
-GDB_AC_COMMON
-
 # Check the return and argument types of ptrace.
 GDB_AC_PTRACE
 
This page took 0.023333 seconds and 4 git commands to generate.