Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
comparison m4/openbsd.m4 @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:81f7f4cd71d0 |
---|---|
1 ############################################################################### | |
2 ## $Id: openbsd.m4,v 1.1 2003/07/30 08:05:44 hipnod Exp $ | |
3 ############################################################################### | |
4 | |
5 dnl | |
6 dnl OPENBSD_LIBTOOL_WORKAROUND | |
7 dnl | |
8 dnl Work-around a problem caused by the -avoid-version libtool option. Can | |
9 dnl anyone come up with a better way? | |
10 dnl | |
11 | |
12 AC_DEFUN([OPENBSD_LIBTOOL_WORKAROUND], | |
13 [case "${host_os}" in | |
14 openbsd*) | |
15 sed 's/^need_version=no$/need_version=yes/' < libtool > libtool.tmp && mv -f libtool.tmp libtool | |
16 ;; | |
17 esac | |
18 ]) |