Branch: Tag:

2008-03-04

2008-03-04 18:34:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added missing export of pike_bundle_prefix.

Rev: src/configure.in:1.1045

1: - AC_REVISION("$Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $") + AC_REVISION("$Id: configure.in,v 1.1045 2008/03/04 18:34:32 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1353:    fi   fi   export pike_bundle_dir + export pike_bundle_prefix   AC_ARG_WITH(site-prefixes,    MY_DESCR([--with-site-prefixes],    [:-separated list of prefixes to search for include, lib and bin dirs.]))
2360:    # MinGW system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $. + # Automatically generated by $Id: configure.in,v 1.1045 2008/03/04 18:34:32 grubba Exp $.   # MinGW-version. Do NOT edit.   posix_name="`cat`"   posix_prefix="/"
2398:    # Native POSIX system.    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $. + # Automatically generated by $Id: configure.in,v 1.1045 2008/03/04 18:34:32 grubba Exp $.   # POSIX-version. Do NOT edit.   cat   EOF
2407:    # rntcl-style    cat <<\EOF   #!/bin/sh - # Automatically generated by $Id: configure.in,v 1.1044 2008/03/02 18:21:12 marcus Exp $. + # Automatically generated by $Id: configure.in,v 1.1045 2008/03/04 18:34:32 grubba Exp $.   # RNTCL-version. Do NOT edit.   sed -e "$PIKE_PATH_TRANSLATE"   EOF