Ignore:
Timestamp:
Mar 15, 2018, 12:00:29 AM (7 years ago)
Author:
bird
Message:

kmk: bootstrap fixes for linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/configure.ac

    r3140 r3143  
    3030# We cannot enable -Werror because gettext 0.18.1 has invalid content
    3131# When we update gettext to 0.18.3 or better we can add it again.
    32 AM_INIT_AUTOMAKE([1.15 foreign -Werror -Wall])
     32# bird: Added subdir-objects
     33AM_INIT_AUTOMAKE([1.15 foreign -Werror -Wall subdir-objects])
    3334
    3435# Checks for programs.
     
    5253
    5354# Enable gettext, in "external" mode.
    54 AM_GNU_GETTEXT_VERSION([0.19.4])
    55 AM_GNU_GETTEXT([external])
     55# bird: causes trouble when it doesn't find 'po' in SUBDIRS, so skip it.
     56#AM_GNU_GETTEXT_VERSION([0.19.4])
     57#AM_GNU_GETTEXT([external])
    5658
    5759# This test must come as early as possible after the compiler configuration
Note: See TracChangeset for help on using the changeset viewer.