summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 19:12:57 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 19:12:57 -0500
commitbb2815db3045fa2c6529534ca37f2d24abc5e708 (patch)
tree56fa2672225494d9d35fabec5f18ff0adc2addd1
parenteb02ebb90b0e63a20e8ad0d524fb24c2c59fc368 (diff)
downloadksystemlog-bb2815db.tar.gz
ksystemlog-bb2815db.zip
Fix hard-coded references.
-rw-r--r--ksystemlog/doc/Makefile16
-rw-r--r--ksystemlog/doc/en/Makefile16
-rw-r--r--ksystemlog/po/Makefile16
3 files changed, 24 insertions, 24 deletions
diff --git a/ksystemlog/doc/Makefile b/ksystemlog/doc/Makefile
index 8a436eb..1ebd654 100644
--- a/ksystemlog/doc/Makefile
+++ b/ksystemlog/doc/Makefile
@@ -47,7 +47,7 @@ AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run tar
AR = ar
-ARTSCCONFIG = /usr/bin/artsc-config
+ARTSCCONFIG = ${prefix}/bin/artsc-config
AUTOCONF = $(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure
AUTODIRS =
AUTOHEADER = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run autoheader
@@ -64,9 +64,9 @@ CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
CYGPATH_W = echo
-DCOPIDL = /usr/bin/dcopidl
-DCOPIDL2CPP = /usr/bin/dcopidl2cpp
-DCOPIDLNG = /usr/bin/dcopidlng
+DCOPIDL = ${prefix}/bin/dcopidl
+DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
+DCOPIDLNG = ${prefix}/bin/dcopidlng
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG)
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
@@ -85,8 +85,8 @@ INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
-KCONFIG_COMPILER = /usr/bin/tdeconfig_compiler
-KDECONFIG = /usr/bin/tde-config
+KCONFIG_COMPILER = ${prefix}/bin/tdeconfig_compiler
+KDECONFIG = ${prefix}/bin/tde-config
KDE_EXTRA_RPATH =
KDE_INCLUDES = -I/usr/include/tde
KDE_LDFLAGS = -L/usr/lib
@@ -142,8 +142,8 @@ LIB_XRENDER =
LN_S = ln -s
LTLIBOBJS =
MAKEINFO = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run makeinfo
-MCOPIDL = /usr/bin/mcopidl
-MEINPROC = /usr/bin/meinproc
+MCOPIDL = ${prefix}/bin/mcopidl
+MEINPROC = ${prefix}/bin/meinproc
MOC = /usr/share/qt3/bin/moc
MSGFMT = /usr/bin/msgfmt
NOOPT_CFLAGS = -O0
diff --git a/ksystemlog/doc/en/Makefile b/ksystemlog/doc/en/Makefile
index 6b115fb..d54e89d 100644
--- a/ksystemlog/doc/en/Makefile
+++ b/ksystemlog/doc/en/Makefile
@@ -44,7 +44,7 @@ AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run tar
AR = ar
-ARTSCCONFIG = /usr/bin/artsc-config
+ARTSCCONFIG = ${prefix}/bin/artsc-config
AUTOCONF = $(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure
AUTODIRS =
AUTOHEADER = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run autoheader
@@ -61,9 +61,9 @@ CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
CYGPATH_W = echo
-DCOPIDL = /usr/bin/dcopidl
-DCOPIDL2CPP = /usr/bin/dcopidl2cpp
-DCOPIDLNG = /usr/bin/dcopidlng
+DCOPIDL = ${prefix}/bin/dcopidl
+DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
+DCOPIDLNG = ${prefix}/bin/dcopidlng
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG)
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
@@ -82,8 +82,8 @@ INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
-KCONFIG_COMPILER = /usr/bin/tdeconfig_compiler
-KDECONFIG = /usr/bin/tde-config
+KCONFIG_COMPILER = ${prefix}/bin/tdeconfig_compiler
+KDECONFIG = ${prefix}/bin/tde-config
KDE_EXTRA_RPATH =
KDE_INCLUDES = -I/usr/include/tde
KDE_LDFLAGS = -L/usr/lib
@@ -139,8 +139,8 @@ LIB_XRENDER =
LN_S = ln -s
LTLIBOBJS =
MAKEINFO = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run makeinfo
-MCOPIDL = /usr/bin/mcopidl
-MEINPROC = /usr/bin/meinproc
+MCOPIDL = ${prefix}/bin/mcopidl
+MEINPROC = ${prefix}/bin/meinproc
MOC = /usr/share/qt3/bin/moc
MSGFMT = /usr/bin/msgfmt
NOOPT_CFLAGS = -O0
diff --git a/ksystemlog/po/Makefile b/ksystemlog/po/Makefile
index aaa5bd4..e24a36c 100644
--- a/ksystemlog/po/Makefile
+++ b/ksystemlog/po/Makefile
@@ -44,7 +44,7 @@ AMDEP_FALSE = #
AMDEP_TRUE =
AMTAR = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run tar
AR = ar
-ARTSCCONFIG = /usr/bin/artsc-config
+ARTSCCONFIG = ${prefix}/bin/artsc-config
AUTOCONF = $(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure
AUTODIRS =
AUTOHEADER = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run autoheader
@@ -61,9 +61,9 @@ CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
CYGPATH_W = echo
-DCOPIDL = /usr/bin/dcopidl
-DCOPIDL2CPP = /usr/bin/dcopidl2cpp
-DCOPIDLNG = /usr/bin/dcopidlng
+DCOPIDL = ${prefix}/bin/dcopidl
+DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
+DCOPIDLNG = ${prefix}/bin/dcopidlng
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG)
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
@@ -82,8 +82,8 @@ INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG)
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER)
-KCONFIG_COMPILER = /usr/bin/tdeconfig_compiler
-KDECONFIG = /usr/bin/tde-config
+KCONFIG_COMPILER = ${prefix}/bin/tdeconfig_compiler
+KDECONFIG = ${prefix}/bin/tde-config
KDE_EXTRA_RPATH =
KDE_INCLUDES = -I/usr/include/tde
KDE_LDFLAGS = -L/usr/lib
@@ -139,8 +139,8 @@ LIB_XRENDER =
LN_S = ln -s
LTLIBOBJS =
MAKEINFO = ${SHELL} /root/ksystemlog/ksystemlog-0.3.2/admin/missing --run makeinfo
-MCOPIDL = /usr/bin/mcopidl
-MEINPROC = /usr/bin/meinproc
+MCOPIDL = ${prefix}/bin/mcopidl
+MEINPROC = ${prefix}/bin/meinproc
MOC = /usr/share/qt3/bin/moc
MSGFMT = /usr/bin/msgfmt
NOOPT_CFLAGS = -O0