Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8724360
configure.ac
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
883 B
Subscribers
None
configure.ac
View Options
dnl Process this file with autoconf to produce a configure script.
dnl
AC_PREREQ(2.59)
AC_INIT([Rivet],[1.0],[],[Rivet])
AC_CONFIG_AUX_DIR([Config])
AM_INIT_AUTOMAKE
AC_LANG(C++)
AC_CONFIG_SRCDIR([Analysis/RivetHandler.h])
AC_CONFIG_HEADERS([Config/config.h])
dnl Checks for programs.
AC_PROG_CXX
#AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_MAKE_SET #???
AC_PROG_LN_S
AC_DISABLE_STATIC
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
## Find CLHEP
AC_SEARCH_CLHEP
## Find ThePEG (should be optional)
#AC_CEDAR_CHECK_THEPEG
AM_CPPFLAGS="-I\$(top_builddir)/include $CLHEPINCLUDE -I$THEPEGPATH/include"
AM_CXXFLAGS="-ansi -pedantic -Wall"
AC_SUBST(AM_CPPFLAGS)
AC_SUBST(AM_CXXFLAGS)
AC_EMPTY_SUBST
AC_PATH_PROG(PERL, perl)
AC_CONFIG_FILES([include/Makefile
CLHEPWrap/Makefile
Config/Makefile
Projections/Makefile
Analysis/Makefile
Analysis/Examples/Makefile
lib/Makefile
Makefile],)
AC_OUTPUT
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Mon, Jan 20, 11:10 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4220512
Default Alt Text
configure.ac (883 B)
Attached To
rRIVETSVN rivetsvn
Event Timeline
Log In to Comment