/[PAMELA software]/yoda/configure.in
ViewVC logotype

Diff of /yoda/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.5 by kusanagi, Tue Feb 8 08:12:21 2005 UTC revision 4.2.2.1 by kusanagi, Sat May 28 13:05:08 2005 UTC
# Line 7  dnl this will be called in the all the o Line 7  dnl this will be called in the all the o
7  AC_INIT(event/PamelaRun.h)  AC_INIT(event/PamelaRun.h)
8    
9  dnl Adds several standard checks. It takes the program name and version number as arguments.  dnl Adds several standard checks. It takes the program name and version number as arguments.
10  AM_INIT_AUTOMAKE([yoda],[0.1.0])  AM_INIT_AUTOMAKE([yoda],[4.2.4])
11    
12  dnl Indicates that you will be using a config.h file  dnl Indicates that you will be using a config.h file
13  dnl config.h will be generated by AUTOCONF using a confing.h.in file  dnl config.h will be generated by AUTOCONF using a confing.h.in file
# Line 90  ${ROOT_LIBRARY}/libGedOld.so        ${RO Line 90  ${ROOT_LIBRARY}/libGedOld.so        ${RO
90  ${ROOT_LIBRARY}/libQuadp.so                 \  ${ROOT_LIBRARY}/libQuadp.so                 \
91  ${ROOT_LIBRARY}/libGX11.so          ${ROOT_LIBRARY}/libGX11TTF.so       \  ${ROOT_LIBRARY}/libGX11.so          ${ROOT_LIBRARY}/libGX11TTF.so       \
92  ${ROOT_LIBRARY}/libX3d.so                  \  ${ROOT_LIBRARY}/libX3d.so                  \
93  ${ROOT_LIBRARY}/libRGL.so           ${ROOT_LIBRARY}/libASImage.so       \  ${ROOT_LIBRARY}/libASImage.so       \
94  ${ROOT_LIBRARY}/libThread.so        ${ROOT_LIBRARY}/libRXML.so          \  ${ROOT_LIBRARY}/libThread.so        \
95   -ldl"   -ldl"
96    
97    
# Line 117  AC_ARG_WITH(log4cxx, Line 117  AC_ARG_WITH(log4cxx,
117    [--with-log4cxx=path Use the specified directroy for log4cxx],    [--with-log4cxx=path Use the specified directroy for log4cxx],
118    LOG4CXX=$with_log4cxx,)    LOG4CXX=$with_log4cxx,)
119  LOG4CXX_INCLUDES="-I${LOG4CXX}/include"  LOG4CXX_INCLUDES="-I${LOG4CXX}/include"
120    AC_SUBST(LOG4CXX_INCLUDES)
121    #------------------------------------------------------------
122    AC_ARG_WITH(log4cxx,
123      [--with-log4cxx=path Use the specified directroy for log4cxx],
124      LOG4CXX=$with_log4cxx,)
125    
126    LOG4CXX_LIBRARY="${LOG4CXX}/lib"
127    LOG4CXX_INCLUDES="-I${LOG4CXX}/include"
128    LOG4CXX_LDFLAGS=" ${LOG4CXX_LIBRARY}/liblog4cxx.so "
129    
130    AC_SUBST(LOG4CXX_INCLUDES)
131    AC_SUBST(LOG4CXX_LDFLAGS)
132    AC_SUBST(LOG4CXX_LIBRARY)
133    #------------------------------------------------------------
134    
135    
136    
137  dnl Checks for header files.  dnl Checks for header files.
138  AC_HEADER_STDC  AC_HEADER_STDC
# Line 135  dnl ------------------makes for Packets Line 151  dnl ------------------makes for Packets
151   event/arrDump/Makefile                 \   event/arrDump/Makefile                 \
152   event/tabDump/Makefile                 \   event/tabDump/Makefile                 \
153   event/varDump/Makefile                 \   event/varDump/Makefile                 \
154     event/tsbt/Makefile                    \
155     event/tsbb/Makefile                    \
156     event/endrun/Makefile                  \
157   event/physics/Makefile                 \   event/physics/Makefile                 \
158   event/physics/tracker/Makefile         \   event/physics/tracker/Makefile         \
159   event/physics/anticounter/Makefile     \   event/physics/anticounter/Makefile     \

Legend:
Removed from v.2.5  
changed lines
  Added in v.4.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.23