View | Details | Raw Unified
Collapse All | Expand All

(-) celestia-1.5.1/acinclude.m4 (-2 / +13 lines)
 Lines 522-527    Link Here 
AC_DEFUN(KDE_SUBST_PROGRAMS,
AC_DEFUN(KDE_SUBST_PROGRAMS,
[
[
    AC_ARG_WITH(arts,
        AC_HELP_STRING([--without-arts],[build without aRts [default=no]]),
        [build_arts=$withval],
        [build_arts=yes]
    )
    AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no")
    if test "$build_arts" = "no"; then
        AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts])
    fi
        kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
        kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
        test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
        test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
 Lines 536-543    Link Here 
        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_default_bindirs"
        kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_default_bindirs"
        KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
        KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)])
        KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
        KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)])
        KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
        if test "$build_arts" '!=' "no"; then
        KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
           KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)])
           KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)])
        fi
        KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs])
        KDE_FIND_PATH(kde-config, KDECONFIG, [$kde_default_bindirs])
        KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
        KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
      
      
(-) celestia-1.5.1/config.h.in (+3 lines)
 Lines 173-178    Link Here 
/* Version number of package */
/* Version number of package */
#undef VERSION
#undef VERSION
/* Defined if compiling without arts */
#undef WITHOUT_ARTS
/* Define to 1 if your processor stores words with the most significant byte
/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
#undef WORDS_BIGENDIAN
(-) celestia-1.5.1/configure (-1 / +24 lines)
 Lines 1698-1703    Link Here 
  --with-qt-dir=DIR       where the root of Qt is installed
  --with-qt-dir=DIR       where the root of Qt is installed
  --with-qt-includes=DIR  where the Qt includes are.
  --with-qt-includes=DIR  where the Qt includes are.
  --with-qt-libraries=DIR where the Qt library is installed.
  --with-qt-libraries=DIR where the Qt library is installed.
  --without-arts          build without aRts default=no
  --with-lua              Use Lua for Celestia Extension Language support
  --with-lua              Use Lua for Celestia Extension Language support
Some influential environment variables:
Some influential environment variables:
 Lines 33214-33220    Link Here 
bindir=$kde_bindir
bindir=$kde_bindir
# Check whether --with-arts was given.
if test "${with_arts+set}" = set; then
  withval=$with_arts; build_arts=$withval
else
  build_arts=yes
fi
     if test "$build_arts" '!=' "no"; then
  include_ARTS_TRUE=
  include_ARTS_FALSE='#'
else
  include_ARTS_TRUE='#'
  include_ARTS_FALSE=
fi
    if test "$build_arts" = "no"; then
cat >>confdefs.h <<\_ACEOF
#define WITHOUT_ARTS 1
_ACEOF
    fi
        kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
        kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin"
        test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
        test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs"
 Lines 33359-33365    Link Here 
   fi
   fi
   if test "$build_arts" '!=' "no"; then
   { echo "$as_me:$LINENO: checking for mcopidl" >&5
   { echo "$as_me:$LINENO: checking for mcopidl" >&5
echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
   if test -n "$MCOPIDL"; then
   if test -n "$MCOPIDL"; then