--- yoda/configure.in 2005/05/28 13:05:08 4.2.2.1 +++ yoda/configure.in 2006/09/29 10:19:08 6.1 @@ -5,6 +5,7 @@ dnl changing all the relative path for all the files involved in the code! dnl this will be called in the all the other MAKEFILEs as "@top_srcdir@" AC_INIT(event/PamelaRun.h) +AC_CONFIG_HEADER(dummy.h) dnl Adds several standard checks. It takes the program name and version number as arguments. AM_INIT_AUTOMAKE([yoda],[4.2.4]) @@ -73,25 +74,9 @@ ROOT_LIBRARY="${ROOTSYS}/lib" -ROOT_LDFLAGS=" \ -${ROOT_LIBRARY}/libCint.so ${ROOT_LIBRARY}/libCore.so \ -${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libHist.so \ -${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libGraf.so \ -${ROOT_LIBRARY}/libGraf3d.so ${ROOT_LIBRARY}/libGpad.so \ -${ROOT_LIBRARY}/libGui.so ${ROOT_LIBRARY}/libMinuit.so \ -${ROOT_LIBRARY}/libHistPainter.so ${ROOT_LIBRARY}/libTreePlayer.so \ -${ROOT_LIBRARY}/libTreeViewer.so ${ROOT_LIBRARY}/libProof.so \ -${ROOT_LIBRARY}/libProofGui.so ${ROOT_LIBRARY}/libPhysics.so \ -${ROOT_LIBRARY}/libRint.so ${ROOT_LIBRARY}/libHtml.so \ -${ROOT_LIBRARY}/libEG.so ${ROOT_LIBRARY}/libGeom.so \ -${ROOT_LIBRARY}/libGeomPainter.so ${ROOT_LIBRARY}/libVMC.so \ -${ROOT_LIBRARY}/libFumili.so ${ROOT_LIBRARY}/libMLP.so \ -${ROOT_LIBRARY}/libGedOld.so ${ROOT_LIBRARY}/libGed.so \ -${ROOT_LIBRARY}/libQuadp.so \ -${ROOT_LIBRARY}/libGX11.so ${ROOT_LIBRARY}/libGX11TTF.so \ -${ROOT_LIBRARY}/libX3d.so \ -${ROOT_LIBRARY}/libASImage.so \ -${ROOT_LIBRARY}/libThread.so \ +ROOT_LDFLAGS=" \ +${ROOT_LIBRARY}/libCint.so ${ROOT_LIBRARY}/libCore.so \ +${ROOT_LIBRARY}/libTree.so \ -ldl"