Skip to content

Commit

Permalink
move auxiliary files to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Oct 22, 2014
1 parent d93a647 commit c036c0e
Show file tree
Hide file tree
Showing 20 changed files with 3,172 additions and 2,424 deletions.
375 changes: 214 additions & 161 deletions Makefile.in

Large diffs are not rendered by default.

730 changes: 436 additions & 294 deletions aclocal.m4

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ar-lib → 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, 2012 Free Software Foundation, Inc.
# Copyright (C) 2010-2013 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: 7 additions & 3 deletions compile → auto/compile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.

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

# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
# Software Foundation, Inc.
# Copyright (C) 1999-2013 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 @@ -113,6 +112,11 @@ 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 c036c0e

Please sign in to comment.