--- yoda/configure.in 2005/03/04 10:22:12 2.4.2.1 +++ yoda/configure.in 2005/03/06 04:29:00 3.1 @@ -7,7 +7,7 @@ AC_INIT(event/PamelaRun.h) dnl Adds several standard checks. It takes the program name and version number as arguments. -AM_INIT_AUTOMAKE([yoda],[2.5.0]) +AM_INIT_AUTOMAKE([yoda],[4.0.0]) dnl Indicates that you will be using a config.h file dnl config.h will be generated by AUTOCONF using a confing.h.in file @@ -52,7 +52,7 @@ dnl This will allow you to build code in sub-directories into temporary libraries, dnl which MAKE will then link in with the rest of the code -AC_PROG_RANLIB +dnl AC_PROG_RANLIB AC_PROG_MAKE_SET @@ -90,7 +90,7 @@ ${ROOT_LIBRARY}/libQuadp.so \ ${ROOT_LIBRARY}/libGX11.so ${ROOT_LIBRARY}/libGX11TTF.so \ ${ROOT_LIBRARY}/libX3d.so \ -${ROOT_LIBRARY}/libRGL.so ${ROOT_LIBRARY}/libASImage.so \ +${ROOT_LIBRARY}/libASImage.so \ ${ROOT_LIBRARY}/libThread.so ${ROOT_LIBRARY}/libRXML.so \ -ldl" @@ -135,10 +135,10 @@ event/arrDump/Makefile \ event/tabDump/Makefile \ event/varDump/Makefile \ - event/endrun/Makefile \ - event/physics/Makefile \ event/tsbt/Makefile \ event/tsbb/Makefile \ + event/endrun/Makefile \ + event/physics/Makefile \ event/physics/tracker/Makefile \ event/physics/anticounter/Makefile \ event/physics/calorimeter/Makefile \