Changeset 28032

Show
Ignore:
Timestamp:
01/06/09 23:01:39 (4 years ago)
Author:
winebarrel
Message:

configureまわりを修正

Location:
lang/ruby/libarchive/trunk/ext
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/libarchive/trunk/ext/config.h.in

    r27899 r28032  
    11/* config.h.in.  Generated from configure.in by autoheader.  */ 
    2  
    3 /* Define to the address where bug reports for this package should be sent. */ 
    4 #undef PACKAGE_BUGREPORT 
    5  
    6 /* Define to the full name of this package. */ 
    7 #undef PACKAGE_NAME 
    8  
    9 /* Define to the full name and version of this package. */ 
    10 #undef PACKAGE_STRING 
    11  
    12 /* Define to the one symbol short name of this package. */ 
    13 #undef PACKAGE_TARNAME 
    14  
    15 /* Define to the version of this package. */ 
    16 #undef PACKAGE_VERSION 
    172 
    183/* Number of bits in a file offset, on hosts where this is settable. */ 
  • lang/ruby/libarchive/trunk/ext/configure.in

    r27899 r28032  
    33 
    44AC_PREREQ(2.61) 
    5 AC_INIT() 
     5AC_INIT 
     6AC_CONFIG_SRCDIR([archive_read_support_compression.c]) 
    67AC_CONFIG_HEADER([config.h]) 
    78AC_PROG_CC 
     9AC_PROG_INSTALL 
    810AC_SYS_LARGEFILE 
    9 AC_PROG_INSTALL 
    1011AC_OUTPUT