#!/bin/sh
#
# This small shell script is used to create a default makefile
# for the application.
#

################################################################
# Don't let the perl configure script be confused by non-english
# messages from system information programs.
# (LC_ALL overrides the value of the LANG environment variable
# and the values of any other LC_* environment variables.)
LC_ALL=C
export LC_ALL

LC_ALL=C
export LC_ALL

../../bin/configure \
	--appname=cc2d_elastBPM \
	--programfile=src/cc2d.f90 \
        --srclist_app="`ls src/*.f90`" \
	"$@"
