summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-19 09:48:28 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-19 09:48:28 +0000
commit077fd7ccb883f768adee924bc8d3df750c811491 (patch)
tree3af0c8cf7f8901f4a32c463d965c00f4c57403b2
parent7faad8a954597c6fc3765703fe4573f0ff81f1ea (diff)
downloadquilt-077fd7ccb883f768adee924bc8d3df750c811491.tar.gz
- Fix --disable-nls.
-rw-r--r--Makefile.in2
-rw-r--r--quilt.changes3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d651d9f..a653e7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,7 +121,7 @@ SRC += changes2changelog
#-----------------------------------------------------------------------
-all : scripts $(COMPAT_PROGRAMS:%=compat/%) $(LINGUAS:%=po/%.mo)
+all : scripts $(COMPAT_PROGRAMS:%=compat/%) $(if $(MSGFMT),$(LINGUAS:%=po/%.mo))
$(LIB:%=lib/%) : $(LIB_SRC:%.c=lib/%.o)
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)
diff --git a/quilt.changes b/quilt.changes
index 6a0232b..9d3d12e 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,7 +1,8 @@
-------------------------------------------------------------------
-Mon Sep 19 11:23:39 CEST 2005 - agruen@suse.de
+Mon Sep 19 11:48:00 CEST 2005 - agruen@suse.de
- Fix mta check when sendmail is found.
+- Fix --disable-nls.
-------------------------------------------------------------------
Sun Sep 18 18:39:56 CEST 2005 - agruen@suse.de