Fixed an autoconf warning due to using an obsolete form of the AC_OUTPUT macro

This commit is contained in:
Neil Brown 2007-11-21 12:41:11 +00:00
parent 58a32e7d43
commit d3c246a911

View File

@ -120,4 +120,5 @@ AC_SUBST(ccsp_kroc_available)
AC_SUBST(cppcsp_available)
AC_SUBST(MKDIR_P)
AC_OUTPUT(Makefile)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT