aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-01-03 05:40:58 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-01-03 05:40:58 +0000
commita0df198b498b114e901cb022acddcc14330275da (patch)
tree724e2461cf7b93d923f5b3a41062e0c042245bb8 /scripts
parentcd3508dc77d96ee24007928391b66273c36b34f7 (diff)
downloadsg3_utils-a0df198b498b114e901cb022acddcc14330275da.tar.gz
sg_inq: add --only option, further sanity checks on --inhex so CDROM std inq not confused with VPD page 0x80; sgp_dd: use pthread_kill(); various configure.ac and Makefile.am cleanups
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@742 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 203a74b3..034071d8 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -208,6 +208,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
+PTHREAD_LIB = @PTHREAD_LIB@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
@@ -254,8 +255,6 @@ localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
-os_cflags = @os_cflags@
-os_libs = @os_libs@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@