|
|
dnl === END LZO | dnl === END LZO |
| |
UIC_NOT_NEEDED=1 | UIC_NOT_NEEDED=1 |
KDE_CHECK_FINAL |
#KDE_CHECK_FINAL |
dnl ======================================================= | dnl ======================================================= |
dnl FILE: ./mon/configure.in.in | dnl FILE: ./mon/configure.in.in |
dnl ======================================================= | dnl ======================================================= |
| |
KDE_SET_PREFIX |
#KDE_SET_PREFIX |
AC_PATH_KDE |
#AC_PATH_KDE |
| |
dnl ======================================================= | dnl ======================================================= |
dnl FILE: ./services/configure.in.in | dnl FILE: ./services/configure.in.in |
|
|
AC_CONFIG_FILES([ client/Makefile ]) | AC_CONFIG_FILES([ client/Makefile ]) |
AC_CONFIG_FILES([ daemon/Makefile ]) | AC_CONFIG_FILES([ daemon/Makefile ]) |
AC_CONFIG_FILES([ minilzo/Makefile ]) | AC_CONFIG_FILES([ minilzo/Makefile ]) |
AC_CONFIG_FILES([ mon/Makefile ]) |
#AC_CONFIG_FILES([ mon/Makefile ]) |
AC_CONFIG_FILES([ mon/doc/Makefile ]) |
#AC_CONFIG_FILES([ mon/doc/Makefile ]) |
AC_CONFIG_FILES([ mon/doc/icemon/Makefile ]) |
#AC_CONFIG_FILES([ mon/doc/icemon/Makefile ]) |
AC_CONFIG_FILES([ services/Makefile ]) | AC_CONFIG_FILES([ services/Makefile ]) |
if test "$prefix" = NONE; then | if test "$prefix" = NONE; then |
prefix=$ac_default_prefix | prefix=$ac_default_prefix |
|
|
| |
AC_OUTPUT | AC_OUTPUT |
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure | # Check if KDE_SET_PREFIX was called, and --prefix was passed to configure |
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then |
#if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then |
# And if so, warn when they don't match | # And if so, warn when they don't match |
if test "$kde_libs_prefix" != "$given_prefix"; then |
# if test "$kde_libs_prefix" != "$given_prefix"; then |
# And if kde doesn't know about the prefix yet | # And if kde doesn't know about the prefix yet |
echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null |
# echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null |
if test $? -ne 0; then |
# if test $? -ne 0; then |
echo "" |
# echo "" |
echo "Warning: you chose to install this package in $given_prefix," |
# echo "Warning: you chose to install this package in $given_prefix," |
echo "but KDE was found in $kde_libs_prefix." |
# echo "but KDE was found in $kde_libs_prefix." |
echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" |
# echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" |
echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" |
# echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" |
echo "Then restart KDE." |
# echo "Then restart KDE." |
echo "" |
# echo "" |
fi |
# fi |
fi |
# fi |
fi |
#fi |
| |
if test "$all_tests" = "bad"; then | if test "$all_tests" = "bad"; then |
if test ! "$cache_file" = "/dev/null"; then | if test ! "$cache_file" = "/dev/null"; then |
|
|
services | services |
client | client |
daemon | daemon |
mon |
|