[Aptitude-svn-commit] r4415 - branches/aptitude-0.3/aptitude
Daniel Burrows
dburrows at costa.debian.org
Sat Oct 1 16:53:32 UTC 2005
Author: dburrows
Date: Sat Oct 1 16:53:29 2005
New Revision: 4415
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/Makefile.am
Log:
Put intl before the other subdirectories so builds with an included libintl work.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Oct 1 16:53:29 2005
@@ -1,3 +1,10 @@
+2005-10-01 Daniel Burrows <dburrows at debian.org>
+
+ * Makefile.am:
+
+ Put intl before the other subdirectories, so builds with an
+ included libintl work.
+
2005-09-30 Daniel Burrows <dburrows at debian.org>
* src/download_screen.h:
Modified: branches/aptitude-0.3/aptitude/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/Makefile.am (original)
+++ branches/aptitude-0.3/aptitude/Makefile.am Sat Oct 1 16:53:29 2005
@@ -6,7 +6,7 @@
SRCDIRS=@SRCDIRS@
DOCDIRS=@DOCDIRS@
-SUBDIRS=$(SRCDIRS) $(DOCDIRS) m4 po intl tests
+SUBDIRS=intl $(SRCDIRS) $(DOCDIRS) m4 po tests
MANPAGE_LOCALES=fr gl it pl
More information about the Aptitude-svn-commit
mailing list