Fix hard-coded references.

pull/1/head
Darrell Anderson 11 years ago
parent e07d7821fb
commit 255cacb7bb

@ -67,7 +67,7 @@ DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
ACLOCAL = ${SHELL} /home/hunsum/svn/l10n/de/missing --run aclocal-1.9
AMTAR = ${SHELL} /home/hunsum/svn/l10n/de/missing --run tar
ARTSCCONFIG = /opt/kde-3.5/bin/artsc-config
ARTSCCONFIG = ${prefix}/bin/artsc-config
AUTOCONF = ${SHELL} /home/hunsum/svn/l10n/de/missing --run autoconf
AUTODIRS =
AUTOHEADER = ${SHELL} /home/hunsum/svn/l10n/de/missing --run autoheader
@ -75,9 +75,9 @@ AUTOMAKE = ${SHELL} /home/hunsum/svn/l10n/de/missing --run automake-1.9
AWK = gawk
CONF_FILES = $(top_srcdir)/configure.in.in
CYGPATH_W = echo
DCOPIDL = /opt/kde-3.5/bin/dcopidl
DCOPIDL2CPP = /opt/kde-3.5/bin/dcopidl2cpp
DCOPIDLNG = /opt/kde-3.5/bin/dcopidlng
DCOPIDL = ${prefix}/bin/dcopidl
DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
DCOPIDLNG = ${prefix}/bin/dcopidlng
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG)
DEFS = -DHAVE_CONFIG_H
ECHO_C =
@ -89,19 +89,19 @@ INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
KCONFIG_COMPILER = /opt/kde-3.5/bin/kconfig_compiler
KDECONFIG = /opt/kde-3.5/bin/tde-config
KCONFIG_COMPILER = ${prefix}/bin/kconfig_compiler
KDECONFIG = ${prefix}/bin/tde-config
KDE_EXTRA_RPATH =
KDE_RPATH = -R $(libdir) -R $(kde_libraries)
KDE_XSL_STYLESHEET = /opt/kde-3.5/share/apps/ksgmltools2/customization/tde-chunk.xsl
KDE_XSL_STYLESHEET = ${prefix}/share/apps/ksgmltools2/customization/tde-chunk.xsl
LIBOBJS =
LIBS =
LN_S = ln -s
LTLIBOBJS =
MAKEINFO = ${SHELL} /home/hunsum/svn/l10n/de/missing --run makeinfo
MAKEKDEWIDGETS = /opt/kde-3.5/bin/makekdewidgets
MCOPIDL = /opt/kde-3.5/bin/mcopidl
MEINPROC = /opt/kde-3.5/bin/meinproc
MAKEKDEWIDGETS = ${prefix}/bin/makekdewidgets
MCOPIDL = ${prefix}/bin/mcopidl
MEINPROC = ${prefix}/bin/meinproc
MSGFMT = /usr/bin/msgfmt
PACKAGE = tde-i18n-de
PACKAGE_BUGREPORT =
@ -142,8 +142,8 @@ kde_datadir = ${datadir}/apps
kde_htmldir = ${datadir}/doc/HTML
kde_icondir = ${datadir}/icons
kde_kcfgdir = ${datadir}/config.kcfg
kde_libs_htmldir = /opt/kde-3.5/share/doc/HTML
kde_libs_prefix = /opt/kde-3.5
kde_libs_htmldir = ${prefix}/share/doc/HTML
kde_libs_prefix = ${prefix}
kde_locale = ${datadir}/locale
kde_mimedir = ${datadir}/mimelnk
kde_moduledir = ${libdir}/kde3
@ -161,7 +161,7 @@ localstatedir = ${prefix}/var
mandir = ${prefix}/man
mkdir_p = mkdir -p --
oldincludedir = /usr/include
prefix = /opt/kde-3.5
prefix = ${prefix}
program_transform_name = s,x,x,
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com

Loading…
Cancel
Save