Branch: Tag:

2007-04-05

2007-04-05 15:30:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Make sure the installed bundles are still found.

Rev: src/configure.in:1.1008

1: - AC_REVISION("$Id: configure.in,v 1.1007 2007/04/02 16:57:56 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.1008 2007/04/05 15:30:56 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1301:    test -d bundles/include/. || mkdir bundles/include    CPPFLAGS="$CPPFLAGS -I$pike_bundle_prefix/include"    test -d bundles/lib/. || mkdir bundles/lib +  touch bundles/lib/keep    for d in $pike_cv_abi_suffixes; do    test -d "bundles/lib$d/." || mkdir "bundles/lib$d" -  +  touch "bundles/lib$d/keep"    LDFLAGS="$LDFLAGS -L$pike_bundle_prefix/lib$d"    done   fi
2305:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1007 2007/04/02 16:57:56 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.1008 2007/04/05 15:30:56 grubba Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2343:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1007 2007/04/02 16:57:56 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.1008 2007/04/05 15:30:56 grubba Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2352:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1007 2007/04/02 16:57:56 grubba Exp $. + # Automatically generated by $Id: configure.in,v 1.1008 2007/04/05 15:30:56 grubba Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF