From 38d5193ad60577bddb3218f0c5d54798a48a6458 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sat, 9 Jul 2011 23:27:07 +0100 Subject: [PATCH] Makefile.am (SUBDIRS): Move intl to be built before compat. Signed-off-by: Tim Retout --- ChangeLog | 2 ++ Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f60a64..bf59ffc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-07-09 Tim Retout + * 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. diff --git a/Makefile.am b/Makefile.am index 0968fb1..dedabd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ # along with Enscript. If not, see . # -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 \ -- 2.34.1