aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-10-21 04:13:46 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-10-21 04:13:46 +0000
commitdf021e02a8ebe19d0537bb836b988bc7d424f79e (patch)
treef803e2f82447fa4d7bd9917fb7734e49100e7f42 /configure.ac
parent571a84881ebb07e5c307a748b705724ec2d8d3e4 (diff)
downloadsg3_utils-df021e02a8ebe19d0537bb836b988bc7d424f79e.tar.gz
build cleanups for 'make distcheck'
See https://github.com/doug-gilbert/sg3_utils/pull/26, 27 and 28; still need svn:ignore property or maybe global-ignores. More testing/*_dd.c* cleanups for retiring HIPRI and relacing with POLLED (for calling bio_poll() in kernel). git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@975 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23378ad6..c6deea8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,7 +179,14 @@ AC_ARG_ENABLE([linux-sgv4],
[AC_DEFINE_UNQUOTED(IGNORE_LINUX_SGV4, 1, [even if Linux sg v4 available, use v3 instead], )], [])
-AC_OUTPUT(Makefile include/Makefile lib/Makefile src/Makefile doc/Makefile scripts/Makefile)
+AC_OUTPUT(
+ Makefile
+ include/Makefile
+ lib/Makefile
+ src/Makefile
+ doc/Makefile
+ scripts/Makefile
+)
# Borrowed from smartmontools configure.ac