Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

configure.in

Go to the documentation of this file.
00001 dnl Process this file with autoconf to produce a configure script.
00002 
00003 AC_REVISION($Revision: 1.1 $)
00004 
00005 AC_INIT(heavy/HeavyInteractor.h)
00006 AC_CONFIG_AUX_DIR(config)
00007 AM_INIT_AUTOMAKE(heavy, 1.0)
00008 AM_CONFIG_HEADER(config.h)
00009 
00010 dnl Checks for programs.
00011 AC_PROG_CXX
00012 
00013 AM_DISABLE_STATIC
00014 AM_PROG_LIBTOOL
00015 
00016 AC_OUTPUT(Makefile heavy/Makefile test/Makefile)
00017 
00018 pegs_dir=$srcdir/../gismo/PEGS4
00019 if test -d $pegs_dir ; then
00020    $LN_S -f ../$pegs_dir test/PEGS4
00021 else
00022    $LN_S -f $glast_prefix/include/gismo/PEGS4 PEGS4
00023 fi
00024 AC_MSG_RESULT([PEGS4 directory
00025 done.])
00026 
00027 AC_MSG_RESULT([
00028         heavy package now configured.
00029 ])
00030 

Generated at Wed Nov 21 12:22:55 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000