Makefile.am (SUBDIRS): Move intl to be built before compat.
authorTim Retout <diocles@gnu.org>
Sat, 9 Jul 2011 22:27:07 +0000 (23:27 +0100)
committerTim Retout <diocles@gnu.org>
Sat, 9 Jul 2011 22:27:07 +0000 (23:27 +0100)
Signed-off-by: Tim Retout <diocles@gnu.org>
ChangeLog
Makefile.am

index 0f60a640f3f2e7185fb171ecc5234fcd43440222..bf59ffc9786923f018785efef3c468181055006c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-07-09  Tim Retout  <diocles@gnu.org>
 
+       * Makefile.am (SUBDIRS): Move intl to be built before compat.
+
        * states/Makefile.am: Use $(datadir) instead of $(prefix)/share.
          Savannah bug #31609.
        * src/Makefile.am: Likewise.
index 0968fb1b2ef95e2fbc2d813202032707b2c18694..dedabd6a36f6a986ec5d4bf1a26245387c48ca70 100644 (file)
@@ -22,7 +22,7 @@
 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-SUBDIRS = compat afm afmlib lib scripts intl src po states docs w32
+SUBDIRS = intl compat afm afmlib lib scripts src po states docs w32
 
 EXTRA_DIST = README.ESCAPES README.DOS ascii.txt                       \
 asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt    \