172 |
|
] |
173 |
|
) |
174 |
|
|
175 |
– |
# Check if user wants to disable sgps |
176 |
– |
AM_CONDITIONAL(SGPS, true) |
177 |
– |
AC_ARG_ENABLE(sgps, |
178 |
– |
[ --disable-sgps disable building of sgps], |
179 |
– |
[ |
180 |
– |
if test "x$enableval" = "xno" ; then |
181 |
– |
AM_CONDITIONAL(SGPS, false) |
182 |
– |
fi |
183 |
– |
] |
184 |
– |
) |
185 |
– |
|
175 |
|
# Check if the user would prefer not to build examples |
176 |
|
AM_CONDITIONAL(EXAMPLES, true) |
177 |
|
AC_ARG_ENABLE(examples, |
239 |
|
AC_SUBST(BIN_PERM) |
240 |
|
|
241 |
|
# And finish by changing these files |
242 |
< |
AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile src/sgps/Makefile]) |
242 |
> |
AC_CONFIG_FILES([Makefile src/Makefile src/libstatgrab/Makefile src/statgrab/Makefile docs/Makefile examples/Makefile libstatgrab.pc src/statgrab/statgrab-make-mrtg-config src/statgrab/statgrab-make-mrtg-index src/saidar/Makefile]) |
243 |
|
|
244 |
|
AC_OUTPUT |