From: Andy Spencer Date: Wed, 2 Nov 2011 06:32:21 +0000 (+0000) Subject: Update dolt X-Git-Tag: v0.6~2 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=29aefc96cfd8064319f6bfbd3799508d34255b5e Update dolt --- diff --git a/m4/dolt.m4 b/m4/dolt.m4 index 8f94582..748633c 100644 --- a/m4/dolt.m4 +++ b/m4/dolt.m4 @@ -1,5 +1,5 @@ dnl dolt, a replacement for libtool -dnl Copyright © 2007-2008 Josh Triplett +dnl Copyright © 2007-2010 Josh Triplett dnl Copying and distribution of this file, with or without modification, dnl are permitted in any medium without royalty provided the copyright dnl notice and this notice are preserved. @@ -22,7 +22,7 @@ if test x$GCC != xyes; then dolt_supported=no fi case $host in -i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux* \ +*-*-linux* \ |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*) pic_options='-fPIC' ;;