Makefile.am (SUBDIRS): Move intl to be built before compat. - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 38d5193ad60577bddb3218f0c5d54798a48a6458
 (DIR) parent 2be5aaf9cd769d29299b91f66620b7767f1cc093
 (HTM) Author: Tim Retout <diocles@gnu.org>
       Date:   Sat,  9 Jul 2011 23:27:07 +0100
       
       Makefile.am (SUBDIRS): Move intl to be built before compat.
       
       Signed-off-by: Tim Retout <diocles@gnu.org>
       
       Diffstat:
         M ChangeLog                           |       2 ++
         M Makefile.am                         |       2 +-
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git 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.
 (DIR) diff --git a/Makefile.am b/Makefile.am
       @@ -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        \