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],[4.2.3]) |
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 |
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 |