mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
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.
This commit is contained in:
@@ -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>
|
Tue May 7 23:18:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||||
|
|
||||||
* po/Makefile: New file.
|
* po/Makefile: New file.
|
||||||
|
@@ -294,7 +294,7 @@ if test "$INSTALL" = "${srcdir}/install-sh"; then
|
|||||||
INSTALL='$(..)./install-sh'
|
INSTALL='$(..)./install-sh'
|
||||||
fi
|
fi
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt)
|
AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt, :)
|
||||||
|
|
||||||
AC_CHECK_TOOL(CC, gcc)
|
AC_CHECK_TOOL(CC, gcc)
|
||||||
AC_CHECK_TOOL(AR, ar)
|
AC_CHECK_TOOL(AR, ar)
|
||||||
|
@@ -48,7 +48,7 @@ install-others = $(LINGUAS:%=$(mo-installed))
|
|||||||
distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo)
|
distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo)
|
||||||
|
|
||||||
|
|
||||||
include ../Makerules
|
include ../Rules
|
||||||
|
|
||||||
|
|
||||||
.SUFFIXES: .mo .po .pot
|
.SUFFIXES: .mo .po .pot
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
sys/acct.h
|
sys/acct.h
|
||||||
sys/acct.h
|
|
||||||
sys/quota.h
|
sys/quota.h
|
||||||
sys/socketcall.h
|
sys/socketcall.h
|
||||||
sys/sysctl.h
|
sys/sysctl.h
|
||||||
|
Reference in New Issue
Block a user