Skip to content

Commit

Permalink
update autoconf tools
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Dec 13, 2014
1 parent f84c40d commit 5ace152
Show file tree
Hide file tree
Showing 25 changed files with 16,051 additions and 2,830 deletions.
354 changes: 164 additions & 190 deletions Makefile.in

Large diffs are not rendered by default.

726 changes: 292 additions & 434 deletions aclocal.m4

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auto/ar-lib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
me=ar-lib
scriptversion=2012-03-01.08; # UTC

# Copyright (C) 2010-2013 Free Software Foundation, Inc.
# Copyright (C) 2010, 2012 Free Software Foundation, Inc.
# Written by Peter Rosin <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down
10 changes: 3 additions & 7 deletions auto/compile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.

scriptversion=2012-10-14.11; # UTC
scriptversion=2012-03-05.13; # UTC

# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
# Software Foundation, Inc.
# Written by Tom Tromey <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -112,11 +113,6 @@ func_cl_dashl ()
lib=$dir/$lib.lib
break
fi
if test -f "$dir/lib$lib.a"; then
found=yes
lib=$dir/lib$lib.a
break
fi
done
IFS=$save_IFS

Expand Down
Loading

0 comments on commit 5ace152

Please sign in to comment.