Skip to content

Commit 6012cd0

Browse files
author
wilx
committed
Update automake to 1.11.1 and libtool to 2.2.10.
1 parent 5ba93d9 commit 6012cd0

File tree

30 files changed

+3884
-3210
lines changed

30 files changed

+3884
-3210
lines changed

Makefile.in

Lines changed: 125 additions & 62 deletions
Large diffs are not rendered by default.

aclocal.m4

Lines changed: 95 additions & 146 deletions
Large diffs are not rendered by default.

configure

Lines changed: 1103 additions & 1259 deletions
Large diffs are not rendered by default.

configure.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
dnl Process this file with autoconf to produce a configure script.
22
dnl This version of log4cplus requires the follwing autotools versions:
33
dnl autoconf-2.67
4-
dnl automake-1.10.3
5-
dnl libtool-2.2.6
4+
dnl automake-1.11.1
5+
dnl libtool-2.2.10
66

77
AC_INIT([log4cplus],[1.1.0])
88
AC_CANONICAL_TARGET
99
AC_CONFIG_SRCDIR([src/logger.cxx])
1010
AC_CONFIG_MACRO_DIR([m4])
11-
AM_INIT_AUTOMAKE([1.10.3 no-define nostdinc gnu -Wall])
11+
AM_INIT_AUTOMAKE([1.11.1 no-define nostdinc gnu -Wall])
1212

1313
#
1414
# +1 : ? : +1 == new interface that does not break old one
@@ -118,7 +118,7 @@ LOG4CPLUS_PROFILING_CXXFLAGS=
118118

119119
dnl Libtool setup.
120120

121-
LT_PREREQ([2.2.6])
121+
LT_PREREQ([2.2.10])
122122
LT_INIT([win32-dll])
123123

124124
dnl Checks for programs.

include/Makefile.in

Lines changed: 64 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Makefile.in generated by automake 1.10.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.11.1 from Makefile.am.
22
# @configure_input@
33

44
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -17,8 +17,9 @@
1717

1818
VPATH = @srcdir@
1919
pkgdatadir = $(datadir)/@PACKAGE@
20-
pkglibdir = $(libdir)/@PACKAGE@
2120
pkgincludedir = $(includedir)/@PACKAGE@
21+
pkglibdir = $(libdir)/@PACKAGE@
22+
pkglibexecdir = $(libexecdir)/@PACKAGE@
2223
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2324
install_sh_DATA = $(install_sh) -c -m 644
2425
install_sh_PROGRAM = $(install_sh) -c
@@ -63,16 +64,31 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
6364
CONFIG_HEADER = $(top_builddir)/include/log4cplus/config.h \
6465
$(top_builddir)/include/log4cplus/config/defines.hxx
6566
CONFIG_CLEAN_FILES =
67+
CONFIG_CLEAN_VPATH_FILES =
6668
SOURCES =
6769
DIST_SOURCES =
6870
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
6971
am__vpath_adj = case $$p in \
7072
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
7173
*) f=$$p;; \
7274
esac;
73-
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
75+
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
76+
am__install_max = 40
77+
am__nobase_strip_setup = \
78+
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
79+
am__nobase_strip = \
80+
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
81+
am__nobase_list = $(am__nobase_strip_setup); \
82+
for p in $$list; do echo "$$p $$p"; done | \
83+
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
84+
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
85+
if (++n[$$2] == $(am__install_max)) \
86+
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
87+
END { for (dir in files) print dir, files[dir] }'
88+
am__base_list = \
89+
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
90+
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
7491
am__installdirs = "$(DESTDIR)$(log4cplusincdir)"
75-
nobase_log4cplusincHEADERS_INSTALL = $(install_sh_DATA)
7692
HEADERS = $(nobase_log4cplusinc_HEADERS)
7793
ETAGS = etags
7894
CTAGS = ctags
@@ -187,7 +203,6 @@ libdir = @libdir@
187203
libexecdir = @libexecdir@
188204
localedir = @localedir@
189205
localstatedir = @localstatedir@
190-
lt_ECHO = @lt_ECHO@
191206
mandir = @mandir@
192207
mkdir_p = @mkdir_p@
193208
oldincludedir = @oldincludedir@
@@ -285,9 +300,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
285300
exit 1;; \
286301
esac; \
287302
done; \
288-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
289-
cd $(top_srcdir) && \
290-
$(AUTOMAKE) --gnu include/Makefile
303+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
304+
$(am__cd) $(top_srcdir) && \
305+
$(AUTOMAKE) --gnu include/Makefile
291306
.PRECIOUS: Makefile
292307
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293308
@case '$?' in \
@@ -305,6 +320,7 @@ $(top_srcdir)/configure: $(am__configure_deps)
305320
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306321
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
307322
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323+
$(am__aclocal_m4_deps):
308324

309325
mostlyclean-libtool:
310326
-rm -f *.lo
@@ -314,22 +330,26 @@ clean-libtool:
314330
install-nobase_log4cplusincHEADERS: $(nobase_log4cplusinc_HEADERS)
315331
@$(NORMAL_INSTALL)
316332
test -z "$(log4cplusincdir)" || $(MKDIR_P) "$(DESTDIR)$(log4cplusincdir)"
317-
@$(am__vpath_adj_setup) \
318-
list='$(nobase_log4cplusinc_HEADERS)'; for p in $$list; do \
319-
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
320-
$(am__vpath_adj) \
321-
echo " $(nobase_log4cplusincHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(log4cplusincdir)/$$f'"; \
322-
$(nobase_log4cplusincHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(log4cplusincdir)/$$f"; \
333+
@list='$(nobase_log4cplusinc_HEADERS)'; test -n "$(log4cplusincdir)" || list=; \
334+
$(am__nobase_list) | while read dir files; do \
335+
xfiles=; for file in $$files; do \
336+
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
337+
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
338+
test -z "$$xfiles" || { \
339+
test "x$$dir" = x. || { \
340+
echo "$(MKDIR_P) '$(DESTDIR)$(log4cplusincdir)/$$dir'"; \
341+
$(MKDIR_P) "$(DESTDIR)$(log4cplusincdir)/$$dir"; }; \
342+
echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(log4cplusincdir)/$$dir'"; \
343+
$(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(log4cplusincdir)/$$dir" || exit $$?; }; \
323344
done
324345

325346
uninstall-nobase_log4cplusincHEADERS:
326347
@$(NORMAL_UNINSTALL)
327-
@$(am__vpath_adj_setup) \
328-
list='$(nobase_log4cplusinc_HEADERS)'; for p in $$list; do \
329-
$(am__vpath_adj) \
330-
echo " rm -f '$(DESTDIR)$(log4cplusincdir)/$$f'"; \
331-
rm -f "$(DESTDIR)$(log4cplusincdir)/$$f"; \
332-
done
348+
@list='$(nobase_log4cplusinc_HEADERS)'; test -n "$(log4cplusincdir)" || list=; \
349+
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
350+
test -n "$$files" || exit 0; \
351+
echo " ( cd '$(DESTDIR)$(log4cplusincdir)' && rm -f" $$files ")"; \
352+
cd "$(DESTDIR)$(log4cplusincdir)" && rm -f $$files
333353

334354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
335355
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -343,37 +363,42 @@ tags: TAGS
343363

344364
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
345365
$(TAGS_FILES) $(LISP)
346-
tags=; \
366+
set x; \
347367
here=`pwd`; \
348368
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349369
unique=`for i in $$list; do \
350370
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351371
done | \
352372
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353373
END { if (nonempty) { for (i in files) print i; }; }'`; \
354-
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
374+
shift; \
375+
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355376
test -n "$$unique" || unique=$$empty_fix; \
356-
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357-
$$tags $$unique; \
377+
if test $$# -gt 0; then \
378+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379+
"$$@" $$unique; \
380+
else \
381+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382+
$$unique; \
383+
fi; \
358384
fi
359385
ctags: CTAGS
360386
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361387
$(TAGS_FILES) $(LISP)
362-
tags=; \
363388
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364389
unique=`for i in $$list; do \
365390
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366391
done | \
367392
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368393
END { if (nonempty) { for (i in files) print i; }; }'`; \
369-
test -z "$(CTAGS_ARGS)$$tags$$unique" \
394+
test -z "$(CTAGS_ARGS)$$unique" \
370395
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371-
$$tags $$unique
396+
$$unique
372397

373398
GTAGS:
374399
here=`$(am__cd) $(top_builddir) && pwd` \
375-
&& cd $(top_srcdir) \
376-
&& gtags -i $(GTAGS_ARGS) $$here
400+
&& $(am__cd) $(top_srcdir) \
401+
&& gtags -i $(GTAGS_ARGS) "$$here"
377402

378403
distclean-tags:
379404
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -394,13 +419,17 @@ distdir: $(DISTFILES)
394419
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395420
if test -d $$d/$$file; then \
396421
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
422+
if test -d "$(distdir)/$$file"; then \
423+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424+
fi; \
397425
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
398-
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
426+
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
427+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399428
fi; \
400-
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
429+
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401430
else \
402-
test -f $(distdir)/$$file \
403-
|| cp -p $$d/$$file $(distdir)/$$file \
431+
test -f "$(distdir)/$$file" \
432+
|| cp -p $$d/$$file "$(distdir)/$$file" \
404433
|| exit 1; \
405434
fi; \
406435
done
@@ -431,6 +460,7 @@ clean-generic:
431460

432461
distclean-generic:
433462
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
463+
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434464

435465
maintainer-clean-generic:
436466
@echo "This command is intended for maintainers to use"
@@ -517,6 +547,7 @@ uninstall-am: uninstall-nobase_log4cplusincHEADERS
517547
tags uninstall uninstall-am \
518548
uninstall-nobase_log4cplusincHEADERS
519549

550+
520551
# Tell versions [3.59,3.63) of GNU make to not export all variables.
521552
# Otherwise a system limit (for SysV at least) may be exceeded.
522553
.NOEXPORT:

install-sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# install - install a program, script, or datafile
33

4-
scriptversion=2006-12-25.00
4+
scriptversion=2010-02-06.18; # UTC
55

66
# This originates from X11R5 (mit/util/scripts/install.sh), which was
77
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -200,7 +200,11 @@ if test $# -eq 0; then
200200
fi
201201

202202
if test -z "$dir_arg"; then
203-
trap '(exit $?); exit' 1 2 13 15
203+
do_exit='(exit $ret); exit $ret'
204+
trap "ret=129; $do_exit" 1
205+
trap "ret=130; $do_exit" 2
206+
trap "ret=141; $do_exit" 13
207+
trap "ret=143; $do_exit" 15
204208

205209
# Set umask so as not to create temps with too-generous modes.
206210
# However, 'strip' requires both read and write access to temps.
@@ -515,5 +519,6 @@ done
515519
# eval: (add-hook 'write-file-hooks 'time-stamp)
516520
# time-stamp-start: "scriptversion="
517521
# time-stamp-format: "%:y-%02m-%02d.%02H"
518-
# time-stamp-end: "$"
522+
# time-stamp-time-zone: "UTC"
523+
# time-stamp-end: "; # UTC"
519524
# End:

0 commit comments

Comments
 (0)