#3751 closed defect (fixed)
sawfish-1.9.1 : `which' is a required dependency
Reported by: | Pierre Labastie | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Which is used in configure to find msgfmt. Unless you use --without-nls, this leads to strange errors when installing: since the MSGFMT cariable is empty in Makefile the command:
$(MSGFMT) -o <file>.po <file>.mo
is understood as:
o <file>.po <file>.mo
with no error checking...
Note:
See TracTickets
for help on using tickets.
Fixed in r10972