Skip to content

Commit f98493b

Browse files
committed
automake: upgrade to version 1.15
git-svn-id: svn://localhost/trunk@693 6180dd3e-e324-4e3e-922d-17de1ae2f315
1 parent b8a9e82 commit f98493b

17 files changed

+6425
-4000
lines changed

ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and
22
some description at the top of its ".c" file. All utilities in the main
33
directory have their own "man" pages. There is also a sg3_utils man page.
44

5-
Changelog for sg3_utils-1.43 [20160423] [svn: r692]
5+
Changelog for sg3_utils-1.43 [20160423] [svn: r693]
66
- sg_senddiag: add --timeout=SEC option
77
- sg_sanitize: add --timeout=SEC option
88
- sg_format: add --timeout=SEC option
@@ -28,6 +28,7 @@ Changelog for sg3_utils-1.43 [20160423] [svn: r692]
2828
- clang --analyze static checker clean ups
2929
- shellcheck cleanup on scripts
3030
- automake: add AM_PROG_AR to configure.ac
31+
- upgrade to version 1.15
3132

3233
Changelog for sg3_utils-1.42 [20160217] [svn: r663]
3334
- sg_timestamp: new, to report or set timestamp

Makefile.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ CSCOPE = cscope
159159
DIST_SUBDIRS = $(SUBDIRS)
160160
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
161161
COPYING ChangeLog INSTALL NEWS README ar-lib compile \
162-
config.guess config.sub depcomp install-sh ltmain.sh missing
162+
config.guess config.sub install-sh ltmain.sh missing
163163
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164164
distdir = $(PACKAGE)-$(VERSION)
165165
top_distdir = $(distdir)
@@ -242,6 +242,7 @@ LIBTOOL = @LIBTOOL@
242242
LIPO = @LIPO@
243243
LN_S = @LN_S@
244244
LTLIBOBJS = @LTLIBOBJS@
245+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245246
MAINT = @MAINT@
246247
MAKEINFO = @MAKEINFO@
247248
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -312,6 +313,7 @@ pdfdir = @pdfdir@
312313
prefix = @prefix@
313314
program_transform_name = @program_transform_name@
314315
psdir = @psdir@
316+
runstatedir = @runstatedir@
315317
sbindir = @sbindir@
316318
sharedstatedir = @sharedstatedir@
317319
srcdir = @srcdir@

0 commit comments

Comments
 (0)