summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-08 16:18:27 +0000
committerRoland McGrath <roland@gnu.org>1996-05-08 16:18:27 +0000
commitc17097f1523ac68c1f65f5bee122dc297ad40455 (patch)
tree8268c06f8599166428415a25d696af18be17e8c8
parentce4d8b661ad9a92db0327566964d128db28947a1 (diff)
Wed May 8 12:08:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* configure.in (MSGFMT): Use : if none found. * po/Makefile: Include ../Rules instead of ../Makerules.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--po/Makefile2
-rw-r--r--sysdeps/unix/sysv/linux/Dist1
4 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dafddde190..ab9952ad03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 8 12:08:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+
+ * configure.in (MSGFMT): Use : if none found.
+
+ * po/Makefile: Include ../Rules instead of ../Makerules.
+
Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* po/Makefile: New file.
diff --git a/configure.in b/configure.in
index 41999fa12c..d8700e6d83 100644
--- a/configure.in
+++ b/configure.in
@@ -294,7 +294,7 @@ if test "$INSTALL" = "${srcdir}/install-sh"; then
INSTALL='$(..)./install-sh'
fi
AC_PROG_LN_S
-AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt)
+AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt, :)
AC_CHECK_TOOL(CC, gcc)
AC_CHECK_TOOL(AR, ar)
diff --git a/po/Makefile b/po/Makefile
index cf6552be74..8680be0fc5 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -48,7 +48,7 @@ install-others = $(LINGUAS:%=$(mo-installed))
distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo)
-include ../Makerules
+include ../Rules
.SUFFIXES: .mo .po .pot
diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist
index ec9df85047..b741cdcc3b 100644
--- a/sysdeps/unix/sysv/linux/Dist
+++ b/sysdeps/unix/sysv/linux/Dist
@@ -1,5 +1,4 @@
sys/acct.h
-sys/acct.h
sys/quota.h
sys/socketcall.h
sys/sysctl.h