xfstests: build: use new autoconf constructs

Looks like AC_CONFIG_FILES existed since 2.14 already.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
Jan Engelhardt
2012-10-30 17:12:51 -05:00
committed by Ben Myers
parent d1ffc87746
commit c4850b1d17
+4 -2
View File
@@ -1,5 +1,6 @@
AC_INIT(src/xfsctl.c)
AC_INIT([xfstests], [1.1.0])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR([src/xfsctl.c])
AC_PACKAGE_GLOBALS(xfstests)
AC_PACKAGE_UTILITIES(xfstests)
@@ -73,4 +74,5 @@ in
esac
AC_CONFIG_HEADER(include/config.h)
AC_OUTPUT(include/builddefs)
AC_CONFIG_FILES([include/builddefs])
AC_OUTPUT