Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index f15ee1f871b24bbdee01d8965adced49822ee4f6..627c590438470c0ddfcaa16923179fd797acb492 100644 (file)
@@ -473,9 +473,11 @@ if test x"$STDINT_H" != x; then
 fi
 AC_SUBST(GNULIB_STDINT_H)
 
-AC_OUTPUT(Makefile,
+AC_CONFIG_FILES([Makefile],
 [case x$CONFIG_HEADERS in
 xconfig.h:config.in)
 echo > stamp-h ;;
 esac
 ])
+
+AC_OUTPUT
This page took 0.024522 seconds and 4 git commands to generate.