#/bin/sh -- -*- shell-script -*- # # $COPYRIGHT$ # # $Id: lam-configure-values.in,v 1.5 2003/03/25 22:41:35 nsanghvi Exp $ # # This file exists solely because ROMIO's configure.in is powered by a # really od version of autoconf, such that we (the LAM Team) can't # re-run autoconf on it. Hence, the only way to get the values that # are listed below from LAM's configure is to have LAM's configure # generate this file and directly substitute them in (rather than pass # them to ROMIO's configure, and have ROMIO's configure substitute # them directly into romioinstall -- or use automake and avoid the # whole romioinstall issue directly... arrgh....). This sucks. prefix="@prefix@" exec_prefix="@exec_prefix@" datadir="@datadir@" libdir="@libdir@" includedir="@includedir@" mandir="@mandir@" # # We're not using this one at present, but we may want it in the # future...? # LAM_VERSION="@LAM_VERSION@"