summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-07 00:47:00 +0000
committerpixel <pixel>2002-12-07 00:47:00 +0000
commit2b26a277cdcf441383ac8210b1f39f1b0d6b34bf (patch)
tree2ea7594b6ecad0a66a8d2271ce6761195fdd942b /m4
parent99447043a97d4b54cfdf3c44d5866a5d59268c43 (diff)
Whooooooups ;-)
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/Makefile b/m4/Makefile
index 68733a1..f33afba 100644
--- a/m4/Makefile
+++ b/m4/Makefile
@@ -16,7 +16,7 @@ SHELL = /bin/sh
srcdir = .
top_srcdir = ..
-prefix = /usr
+prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
@@ -45,7 +45,7 @@ AUTOCONF = autoconf
AUTOMAKE = automake-1.4
AUTOHEADER = autoheader
-INSTALL = /usr/bin/install -c
+INSTALL = /usr/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL}
@@ -99,8 +99,8 @@ USE_INCLUDED_LIBINTL = no
USE_NLS = yes
VERSION = 0.1.0
YACC = bison -y
-gmakepath =
-unamepath = /bin/uname
+gmakepath = /usr/bin/gmake
+unamepath = /usr/bin/uname
EXTRA_DIST = intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs