Skip to content

Commit

Permalink
enable building shared library for #128
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Nov 6, 2014
1 parent 7adc903 commit 6f64d43
Show file tree
Hide file tree
Showing 25 changed files with 3,919 additions and 3,406 deletions.
354 changes: 190 additions & 164 deletions Makefile.in

Large diffs are not rendered by default.

726 changes: 434 additions & 292 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, 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 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 6f64d43

Please sign in to comment.