#!/bin/sh # Generated automatically by configure. # Run this file to recreate the current configuration. # This directory was configured as follows, # on host darwintel: # # ./configure --prefix=/usr/local i386-unknown-gnu for arg do case "$arg" in -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) echo running ${CONFIG_SHELL-/bin/sh} ./configure --prefix=/usr/local i386-unknown-gnu exec ${CONFIG_SHELL-/bin/sh} ./configure --prefix=/usr/local i386-unknown-gnu ;; *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;; esac done trap 'rm -f install src/Makefile nad/install; exit 1' 1 3 15 PROGS='libproj proj geod nad2nad nad2bin' LIB_DIR='proj.4' RANLIB='ranlib' CC='cc' PJ_ADDL='' LIBOBJS='' LIBS=' -lm' srcdir='.' DEFS=' -DHAVE_STRERROR=1 -DHAVE_LIBM=1' prefix='/usr/local' exec_prefix='${prefix}' prsub='s%^prefix\([ ]*\)=\([ ]*\).*$%prefix\1=\2/usr/local% s%^exec_prefix\([ ]*\)=\([ ]*\).*$%exec_prefix\1=\2${prefix}%' extrasub='' top_srcdir=$srcdir CONFIG_FILES=${CONFIG_FILES-"install src/Makefile nad/install"} for file in .. ${CONFIG_FILES}; do if test "x$file" != x..; then srcdir=$top_srcdir # Remove last slash and all that follows it. Not all systems have dirname. dir=`echo $file|sed 's%/[^/][^/]*$%%'` if test "$dir" != "$file"; then test "$top_srcdir" != . && srcdir=$top_srcdir/$dir test ! -d $dir && mkdir $dir fi echo creating $file rm -f $file echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file sed -e " $prsub $extrasub s%@PROGS@%$PROGS%g s%@LIB_DIR@%$LIB_DIR%g s%@RANLIB@%$RANLIB%g s%@CC@%$CC%g s%@PJ_ADDL@%$PJ_ADDL%g s%@LIBOBJS@%$LIBOBJS%g s%@LIBS@%$LIBS%g s%@srcdir@%$srcdir%g s%@DEFS@%$DEFS% " $top_srcdir/${file}.in >> $file fi; done exit 0