Show
Ignore:
Timestamp:
03/19/09 00:15:29 (4 years ago)
Author:
saturday06
Message:

ta

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/configure.ac

    r31239 r31349  
    55AC_INIT([i3],[0.1alpha],[dyob@lunaport.net]) 
    66AC_CONFIG_AUX_DIR([build-aux]) 
    7 AM_INIT_AUTOMAKE([gnu no-define check-news std-options tar-pax]) 
     7#AM_INIT_AUTOMAKE([gnu no-define check-news std-options tar-pax filename-length-max=99]) 
     8AM_INIT_AUTOMAKE([gnu no-define check-news std-options]) 
    89AC_CONFIG_SRCDIR([src/Main.cpp]) 
    910AC_CONFIG_HEADER([config.h]) 
     
    101102AC_SUBST(GUI_DIR) 
    102103 
    103 #AC_ARG_ENABLE(windows-unicode, 
    104 #    AS_HELP_STRING([--enable-windows-unicode], [UNICODE build]), 
    105 #        enable_windows_unicode="$enableval", enable_windows_unicode="no") 
    106 #AM_CONDITIONAL(ENABLE_WINDOWS_UNICODE, test "$enable_windows_unicode" = "yes") 
    107  
    108104AM_CONDITIONAL(WITH_CYGWIN,      test "$with_cygwin" = "yes") 
    109105AM_CONDITIONAL(WITH_OS_WINDOWS,  test "$with_os"     = "windows") 
     
    143139 
    144140AC_LANG_PUSH([C]) 
    145 # follow cygwin & mingw version ? 
    146 AM_GNU_GETTEXT_VERSION([0.16.1]) 
     141AM_GNU_GETTEXT_VERSION([0.17]) 
    147142AM_GNU_GETTEXT 
    148143AC_LANG_POP