mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Ben Myers
parent
d1ffc87746
commit
c4850b1d17
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user