Show
Ignore:
Timestamp:
12/05/06 12:42:39 (4 years ago)
Author:
des
Message:

Better workaround for FreeBSD autotools brokenness.

Pointy hat to: {ade,portsmgr}@freebsd.org

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/autogen.sh

    r1227 r1229  
    77        PATH=/usr/local/gnu-autotools/bin:${PATH} 
    88        export PATH 
     9        FIX_BROKEN_FREEBSD_PORTS="-I /usr/local/share/aclocal" 
    910fi 
    1011 
     
    2728set -ex 
    2829 
    29 if [ "x`uname -s`" = "xFreeBSD" ] ; then 
    30         # Ask DES 
    31         aclocal -I /usr/local/share/aclocal 
    32 else 
    33         aclocal  
    34 fi 
     30aclocal ${FIX_BROKEN_FREEBSD_PORTS} 
    3531libtoolize --copy --force 
    3632autoheader