Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/HERWIG_UE/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT([herwigstaruecheck],[1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 AC_PROG_CXX(CC g++)
0006 
0007 LT_INIT([disable-static])
0008 
0009 dnl no dictionary needed: only standard ROOT objects are streamed
0010 
0011 AC_CONFIG_FILES([Makefile])
0012 AC_OUTPUT