# Copyright (C) 2008 Equinox Software, Inc.
# Kevin Beswick <kevinbeswick00@gmail.com>
-# Copyright (C) 2009 Dan Scott <dscott@laurentian.ca>
+# Copyright (C) 2009-2010 Dan Scott <dscott@laurentian.ca>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
fi
])
-
-
#-------------------------------
# Installation options
#-------------------------------
# path to the directory containing the java dependency jar files (included if java installs)
if test $OSRF_INSTALL_JAVA; then
AC_SUBST([OSRF_JAVA_DEPSDIR], [/opt/java])
+ AC_CONFIG_FILES([src/java/Makefile])
fi
#--------------------------------
AC_CONFIG_FILES([Makefile
src/Makefile])
+#PYTHON TESTS
+if test x$OSRF_INSTALL_PYTHON = xtrue; then
+ AC_CHECK_PROG([HAVE_PYTHON],python,yes,no)
+ if test $HAVE_PYTHON = "no"; then
+ AC_MSG_ERROR([*** python not found, aborting])
+ fi
+ AC_PYTHON_MOD([setuptools])
+ AC_CONFIG_FILES([
+ examples/math_client.py
+ src/python/Makefile
+ ])
+fi
+
if test "x$OSRF_INSTALL_CORE" = "xtrue"; then
#--------------------------------
# Check for dependencies.
AC_MSG_ERROR([*** apxs not found, aborting])
fi
- #PYTHON TESTS
- if test x$OSRF_INSTALL_PYTHON = xtrue; then
- AC_CHECK_PROG([HAVE_PYTHON],python,yes,no)
- if test $HAVE_PYTHON = "no"; then
- AC_MSG_ERROR([*** python not found, aborting])
- fi
- AC_PYTHON_MOD([setuptools])
- fi
-
-
#-----------------------------
# Checks for libraries.
#-----------------------------
AC_CONFIG_FILES([doc/dokuwiki-doc-stubber.pl
examples/math_xul_client/Makefile
examples/math_bench.pl
- examples/math_client.py
examples/multisession-test.pl
src/c-apps/Makefile
src/gateway/Makefile
- src/java/Makefile
src/jserver/Makefile
src/libopensrf/Makefile
src/perl/Makefile
src/ports/strn_compat/Makefile
- src/python/Makefile
src/router/Makefile
src/srfsh/Makefile
bin/opensrf-perl.pl