Page MenuHomeHEPForge

configure.ac
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

configure.ac

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([Herwig++],[SVN],[http://projects.hepforge.org/herwig/],[Herwig++])
AC_CONFIG_AUX_DIR([Config])
AC_CONFIG_SRCDIR([UnderlyingEvent/UA5Handler.h])
AC_CONFIG_HEADERS([Config/config.h])
AC_CANONICAL_HOST
case "${host}" in
*-darwin[[0156]].*)
AC_MSG_ERROR([Herwig++ requires OS X 10.3 or later])
;;
*-darwin*)
if test "x$MACOSX_DEPLOYMENT_TARGET" != "x10.3"; then
AC_MSG_ERROR(
[Please add 'MACOSX_DEPLOYMENT_TARGET=10.3' to the configure line.])
fi
;;
esac
AC_LANG(C++)
AM_INIT_AUTOMAKE([1.9])
dnl Checks for programs.
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LN_S
## needed for looptools
AC_PROG_F77
AC_F77_LIBRARY_LDFLAGS
AC_PROG_CC
##
## can be removed eventually
AC_DISABLE_STATIC
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
dnl ####################################
dnl ####################################
AC_PATH_PROG(PERL, perl)
HERWIG_CHECK_GSL
HERWIG_CHECK_THEPEG
HERWIG_LOOPTOOLS
HERWIG_PDF_PATH
HERWIG_CHECK_HEPMC
HERWIG_CHECK_KTJET
HERWIG_CHECK_EVTGEN
HERWIG_VERSIONSTRING
AM_CONDITIONAL(NEED_APPLE_FIXES,
[test "xx${host/darwin/foundit}xx" != "xx${host}xx"])
dnl ###########################
dnl ###########################
AM_CPPFLAGS="-I\$(top_builddir)/include $THEPEGINCLUDE"
AM_CXXFLAGS="-ansi -pedantic -Wall -W"
# don't know how else to do this. see bug #14
if test -n "$GCC"; then
case "${host}" in
*-linux*) AM_LDFLAGS="$AM_LDFLAGS -Wl,--disable-new-dtags" ;;
*) ;;
esac
fi
AC_SUBST(AM_CPPFLAGS)
AC_SUBST(AM_CXXFLAGS)
AC_SUBST(AM_LDFLAGS)
AC_CONFIG_FILES([UnderlyingEvent/Makefile
Models/Makefile
Models/StandardModel/Makefile
Models/RSModel/Makefile
Models/General/Makefile
Models/Susy/Makefile
Models/Susy/NMSSM/Makefile
Models/UED/Makefile
Interfaces/Makefile
Decay/Makefile
Decay/FormFactors/Makefile
Decay/Tau/Makefile
Decay/Baryon/Makefile
Decay/VectorMeson/Makefile
Decay/Perturbative/Makefile
Decay/ScalarMeson/Makefile
Decay/TensorMeson/Makefile
Decay/WeakCurrents/Makefile
Decay/Partonic/Makefile
Decay/General/Makefile
Decay/Radiation/Makefile
PDT/Makefile
PDF/Makefile
MatrixElement/Makefile
Shower/SplittingFunctions/Makefile
Shower/Couplings/Makefile
Shower/Default/MECorrections/Makefile
Shower/Default/Makefile
Shower/Base/Makefile
Shower/Makefile
Utilities/Makefile
Hadronization/Makefile
lib/Makefile
include/Makefile
src/Makefile
src/PDF.in
Doc/Makefile
Doc/HerwigDefaults.in
Looptools/Makefile
Analysis/Makefile
src/Makefile-UserModules
Makefile])
AC_CONFIG_FILES([Doc/fixinterfaces.pl],[chmod +x Doc/fixinterfaces.pl])
AC_OUTPUT

File Metadata

Mime Type
text/x-m4
Expires
Tue, Sep 30, 5:49 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6273538
Default Alt Text
configure.ac (2 KB)

Event Timeline