Skip to content

Commit dd3d2fa

Browse files
committed
regenerate autoconf stuff
1 parent fce7c85 commit dd3d2fa

File tree

9 files changed

+355
-190
lines changed

9 files changed

+355
-190
lines changed

Makefile.in

+28-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Makefile.in generated by automake 1.11.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.11.6 from Makefile.am.
22
# @configure_input@
33

44
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -15,6 +15,23 @@
1515

1616
@SET_MAKE@
1717
VPATH = @srcdir@
18+
am__make_dryrun = \
19+
{ \
20+
am__dry=no; \
21+
case $$MAKEFLAGS in \
22+
*\\[\ \ ]*) \
23+
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24+
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25+
*) \
26+
for am__flg in $$MAKEFLAGS; do \
27+
case $$am__flg in \
28+
*=*|--*) ;; \
29+
*n*) am__dry=yes; break;; \
30+
esac; \
31+
done;; \
32+
esac; \
33+
test $$am__dry = yes; \
34+
}
1835
pkgdatadir = $(datadir)/@PACKAGE@
1936
pkgincludedir = $(includedir)/@PACKAGE@
2037
pkglibdir = $(libdir)/@PACKAGE@
@@ -63,6 +80,11 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
6380
install-pdf-recursive install-ps-recursive install-recursive \
6481
installcheck-recursive installdirs-recursive pdf-recursive \
6582
ps-recursive uninstall-recursive
83+
am__can_run_installinfo = \
84+
case $$AM_UPDATE_INFO_DIR in \
85+
n|no|NO) false;; \
86+
*) (install-info --version) >/dev/null 2>&1;; \
87+
esac
6688
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6789
distclean-recursive maintainer-clean-recursive
6890
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
@@ -486,13 +508,10 @@ distdir: $(DISTFILES)
486508
done
487509
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
488510
if test "$$subdir" = .; then :; else \
489-
test -d "$(distdir)/$$subdir" \
490-
|| $(MKDIR_P) "$(distdir)/$$subdir" \
491-
|| exit 1; \
492-
fi; \
493-
done
494-
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
495-
if test "$$subdir" = .; then :; else \
511+
$(am__make_dryrun) \
512+
|| test -d "$(distdir)/$$subdir" \
513+
|| $(MKDIR_P) "$(distdir)/$$subdir" \
514+
|| exit 1; \
496515
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
497516
$(am__relativize); \
498517
new_distdir=$$reldir; \
@@ -578,7 +597,7 @@ distcheck: dist
578597
*.zip*) \
579598
unzip $(distdir).zip ;;\
580599
esac
581-
chmod -R a-w $(distdir); chmod a+w $(distdir)
600+
chmod -R a-w $(distdir); chmod u+w $(distdir)
582601
mkdir $(distdir)/_build
583602
mkdir $(distdir)/_inst
584603
chmod a-w $(distdir)

aclocal.m4

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
22

33
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
44
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
@@ -14,8 +14,8 @@
1414

1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
18-
[m4_warning([this file was generated for autoconf 2.68.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18+
[m4_warning([this file was generated for autoconf 2.69.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -38,7 +38,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
3838
[am__api_version='1.11'
3939
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
4040
dnl require some minimum version. Point them to the right macro.
41-
m4_if([$1], [1.11.3], [],
41+
m4_if([$1], [1.11.6], [],
4242
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
4343
])
4444

@@ -54,7 +54,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
5454
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5555
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5656
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
57-
[AM_AUTOMAKE_VERSION([1.11.3])dnl
57+
[AM_AUTOMAKE_VERSION([1.11.6])dnl
5858
m4_ifndef([AC_AUTOCONF_VERSION],
5959
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6060
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])

config/config.sub

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
55
# 2011, 2012 Free Software Foundation, Inc.
66

7-
timestamp='2012-02-10'
7+
timestamp='2012-04-18'
88

99
# This file is (in principle) common to ALL GNU software.
1010
# The presence of a machine in this file suggests that SOME GNU software
@@ -225,6 +225,12 @@ case $os in
225225
-isc*)
226226
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
227227
;;
228+
-lynx*178)
229+
os=-lynxos178
230+
;;
231+
-lynx*5)
232+
os=-lynxos5
233+
;;
228234
-lynx*)
229235
os=-lynxos
230236
;;
@@ -1537,6 +1543,9 @@ case $basic_machine in
15371543
c4x-* | tic4x-*)
15381544
os=-coff
15391545
;;
1546+
hexagon-*)
1547+
os=-elf
1548+
;;
15401549
tic54x-*)
15411550
os=-coff
15421551
;;

config/install-sh

+18-11
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=2009-04-28.21; # UTC
4+
scriptversion=2011-01-19.21; # 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
@@ -156,6 +156,10 @@ while test $# -ne 0; do
156156
-s) stripcmd=$stripprog;;
157157

158158
-t) dst_arg=$2
159+
# Protect names problematic for `test' and other utilities.
160+
case $dst_arg in
161+
-* | [=\(\)!]) dst_arg=./$dst_arg;;
162+
esac
159163
shift;;
160164

161165
-T) no_target_directory=true;;
@@ -186,6 +190,10 @@ if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
186190
fi
187191
shift # arg
188192
dst_arg=$arg
193+
# Protect names problematic for `test' and other utilities.
194+
case $dst_arg in
195+
-* | [=\(\)!]) dst_arg=./$dst_arg;;
196+
esac
189197
done
190198
fi
191199

@@ -200,7 +208,11 @@ if test $# -eq 0; then
200208
fi
201209

202210
if test -z "$dir_arg"; then
203-
trap '(exit $?); exit' 1 2 13 15
211+
do_exit='(exit $ret); exit $ret'
212+
trap "ret=129; $do_exit" 1
213+
trap "ret=130; $do_exit" 2
214+
trap "ret=141; $do_exit" 13
215+
trap "ret=143; $do_exit" 15
204216

205217
# Set umask so as not to create temps with too-generous modes.
206218
# However, 'strip' requires both read and write access to temps.
@@ -228,9 +240,9 @@ fi
228240

229241
for src
230242
do
231-
# Protect names starting with `-'.
243+
# Protect names problematic for `test' and other utilities.
232244
case $src in
233-
-*) src=./$src;;
245+
-* | [=\(\)!]) src=./$src;;
234246
esac
235247

236248
if test -n "$dir_arg"; then
@@ -252,12 +264,7 @@ do
252264
echo "$0: no destination specified." >&2
253265
exit 1
254266
fi
255-
256267
dst=$dst_arg
257-
# Protect names starting with `-'.
258-
case $dst in
259-
-*) dst=./$dst;;
260-
esac
261268

262269
# If destination is a directory, append the input filename; won't work
263270
# if double slashes aren't ignored.
@@ -385,7 +392,7 @@ do
385392

386393
case $dstdir in
387394
/*) prefix='/';;
388-
-*) prefix='./';;
395+
[-=\(\)!]*) prefix='./';;
389396
*) prefix='';;
390397
esac
391398

@@ -403,7 +410,7 @@ do
403410

404411
for d
405412
do
406-
test -z "$d" && continue
413+
test X"$d" = X && continue
407414

408415
prefix=$prefix$d
409416
if test -d "$prefix"; then

0 commit comments

Comments
 (0)