#!/bin/sh - # $Id: s_perl,v 1.4 2006/11/22 20:44:05 gmf Exp $ # # Build config for the Perl API with our default paths. . RELEASE . s_process PERL_SRCDIR=../src/perl process $PERL_SRCDIR/config.in $PERL_SRCDIR/config process $PERL_SRCDIR/config.win32.in $PERL_SRCDIR/config.win32 process $PERL_SRCDIR/config.win32d.in $PERL_SRCDIR/config.win32d ###f=$PERL_SRCDIR/config #t=/tmp/__t #trap 'rm -f $t; exit 0' 0 1 2 3 13 15 #sed -e "s!@TOP@!../..!g" -f lib_paths.sed $f.in > $t #cmp $t $f > /dev/null 2>&1 || # (echo "Building $f" && rm -f $f && cp $t $f && chmod 444 $f)