Branch: Tag:

2008-03-02

2008-03-02 18:21:12 by Marcus Comstedt <marcus@mc.pp.se>

Use bundle for libffi.

Rev: bundles/.cvsignore:1.3
Rev: bundles/libffi.txt:1.1
Rev: src/configure.in:1.1044
Rev: src/modules/Java/configure.in:1.64

1: - AC_REVISION("$Id: configure.in,v 1.1043 2008/02/16 14:42:01 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1344:    touch "bundles/lib$d/keep"    LDFLAGS="$LDFLAGS -L$pike_bundle_prefix/lib$d"    done +  if test -d bundles/lib/pkgconfig/.; then +  for pc in `find bundles/lib/pkgconfig/. -name '*.pc'`; do +  CPPFLAGS="$CPPFLAGS `for x in \`sed -e '/^$/q' < "$pc"\`; do eval $x; done; eval \`sed -ne 's/^Cflags: /echo /p' < "$pc"\``" +  done +  else +  :    fi -  + fi   export pike_bundle_dir   AC_ARG_WITH(site-prefixes,    MY_DESCR([--with-site-prefixes],
2353:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1043 2008/02/16 14:42:01 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2391:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1043 2008/02/16 14:42:01 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2400:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1043 2008/02/16 14:42:01 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF