Changeset 3528

Show
Ignore:
Timestamp:
06/05/08 19:03:47 (4 months ago)
Author:
alonbl
Message:

Prepare for libtool-2

Location:
trunk
Files:
1 removed
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r3468 r3528  
    99        $(srcdir)/depcomp $(srcdir)/aclocal.m4 \ 
    1010        $(srcdir)/config.guess $(srcdir)/config.sub \ 
     11        $(srcdir)/aclocal/ltsugar.m4 $(srcdir)/aclocal/libtool.m4 \ 
     12        $(srcdir)/aclocal/ltversion.m4 $(srcdir)/aclocal/lt~obsolete.m4 \ 
     13        $(srcdir)/aclocal/ltoptions.m4 \ 
    1114        $(srcdir)/packaged 
    1215EXTRA_DIST = Makefile.mak svnignore 
    1316 
    14 SUBDIRS = aclocal etc src win32 doc 
     17SUBDIRS = etc src win32 doc 
    1518 
    1619dist_noinst_SCRIPTS = bootstrap 
  • trunk/aclocal

    • Property svn:ignore
      •  

        old new  
        1616libtool 
        1717libtool.m4 
         18lt*.m4 
        1819ltmain.sh 
        1920missing 
  • trunk/configure.ac

    r3514 r3528  
    11dnl -*- mode: m4; -*- 
    22 
    3 AC_PREREQ([2.60]) 
     3AC_PREREQ(2.61) 
    44 
    55define([PACKAGE_VERSION_MAJOR], [0]) 
     
    77define([PACKAGE_VERSION_FIX], [4]) 
    88 
    9 AC_INIT([opensc], [PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn]) 
     9AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn]) 
    1010AC_CONFIG_AUX_DIR([.]) 
    11 AM_CONFIG_HEADER([config.h]) 
     11AC_CONFIG_HEADERS([config.h]) 
     12AC_CONFIG_MACRO_DIR([aclocal]) 
    1213AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}]) 
    1314 
     
    4344AC_ARG_WITH( 
    4445        [cygwin-native], 
    45         [AC_HELP_STRING([--with-cygwin-native], [compile native win32])], 
     46        [AS_HELP_STRING([--with-cygwin-native],[compile native win32])], 
    4647        , 
    4748        [with_cygwin_native="no"] 
     
    106107AC_ARG_ENABLE( 
    107108        [strict], 
    108         [AC_HELP_STRING([--enable-strict], [enable strict compile mode @<:@disabled@:>@])], 
     109        [AS_HELP_STRING([--enable-strict],[enable strict compile mode @<:@disabled@:>@])], 
    109110        , 
    110111        [enable_strict="no"] 
     
    113114AC_ARG_ENABLE( 
    114115        [pedantic], 
    115         [AC_HELP_STRING([--enable-pedantic], [enable pedantic compile mode @<:@disabled@:>@])], 
     116        [AS_HELP_STRING([--enable-pedantic],[enable pedantic compile mode @<:@disabled@:>@])], 
    116117        , 
    117118        [enable_pedantic="no"] 
     
    120121AC_ARG_ENABLE( 
    121122        [zlib], 
    122         [AC_HELP_STRING([--enable-zlib], [enable zlib linkage @<:@detect@:>@])], 
     123        [AS_HELP_STRING([--enable-zlib],[enable zlib linkage @<:@detect@:>@])], 
    123124        , 
    124125        [enable_zlib="detect"] 
     
    127128AC_ARG_ENABLE( 
    128129        [readline], 
    129         [AC_HELP_STRING([--enable-readline], [enable readline linkage @<:@detect@:>@])], 
     130        [AS_HELP_STRING([--enable-readline],[enable readline linkage @<:@detect@:>@])], 
    130131        , 
    131132        [enable_readline="detect"] 
     
    134135AC_ARG_ENABLE( 
    135136        [openssl], 
    136         [AC_HELP_STRING([--enable-openssl], [enable openssl linkage @<:@detect@:>@])], 
     137        [AS_HELP_STRING([--enable-openssl],[enable openssl linkage @<:@detect@:>@])], 
    137138        , 
    138139        [enable_openssl="detect"] 
     
    141142AC_ARG_ENABLE( 
    142143        [openct], 
    143         [AC_HELP_STRING([--enable-openct], [enable openct linkage @<:@disabled@:>@])], 
     144        [AS_HELP_STRING([--enable-openct],[enable openct linkage @<:@disabled@:>@])], 
    144145        , 
    145146        [enable_openct="no"] 
     
    148149AC_ARG_ENABLE( 
    149150        [pcsc], 
    150         [AC_HELP_STRING([--enable-pcsc], [enable pcsc support @<:@disabled@:>@])], 
     151        [AS_HELP_STRING([--enable-pcsc],[enable pcsc support @<:@disabled@:>@])], 
    151152        , 
    152153        [enable_pcsc="no"] 
     
    155156AC_ARG_ENABLE( 
    156157        [nsplugin], 
    157         [AC_HELP_STRING([--enable-nsplugin], [enable nsplugin (signer) @<:@disabled@:>@])], 
     158        [AS_HELP_STRING([--enable-nsplugin],[enable nsplugin (signer) @<:@disabled@:>@])], 
    158159        , 
    159160        [enable_nsplugin="no"] 
     
    162163AC_ARG_ENABLE( 
    163164        [man], 
    164         [AC_HELP_STRING([--disable-man], [disable installation of manuals @<:@enabled for none Windows@:>@])], 
     165        [AS_HELP_STRING([--disable-man],[disable installation of manuals @<:@enabled for none Windows@:>@])], 
    165166        , 
    166167        [ 
     
    175176AC_ARG_ENABLE( 
    176177        [doc], 
    177         [AC_HELP_STRING([--enable-doc], [enable installation of documents @<:@disabled@:>@])], 
     178        [AS_HELP_STRING([--enable-doc],[enable installation of documents @<:@disabled@:>@])], 
    178179        , 
    179180        [enable_doc="no"] 
     
    182183AC_ARG_WITH( 
    183184        [xsl-stylesheetsdir], 
    184         [AC_HELP_STRING([--with-xsl-stylesheetsdir=PATH], [docbook xsl-stylesheets for svn build @<:@detect@:>@])], 
     185        [AS_HELP_STRING([--with-xsl-stylesheetsdir=PATH],[docbook xsl-stylesheets for svn build @<:@detect@:>@])], 
    185186        [xslstylesheetsdir="${withval}"], 
    186187        [xslstylesheetsdir="detect"] 
     
    189190AC_ARG_WITH( 
    190191        [plugindir], 
    191         [AC_HELP_STRING([--with-plugindir=PATH], [install Mozilla plugin to PATH @<:@LIBDIR/mozilla/plugins@:>@])], 
     192        [AS_HELP_STRING([--with-plugindir=PATH],[install Mozilla plugin to PATH @<:@LIBDIR/mozilla/plugins@:>@])], 
    192193        [plugindir="${withval}"], 
    193194        [plugindir="\$(libdir)/mozilla/plugins"] 
     
    196197AC_ARG_WITH( 
    197198        [pcsc-provider], 
    198         [AC_HELP_STRING([--with-pcsc-provider=PATH], [Path to system pcsc provider @<:@system default@:>@])], 
     199        [AS_HELP_STRING([--with-pcsc-provider=PATH],[Path to system pcsc provider @<:@system default@:>@])], 
    199200        , 
    200201        [with_pcsc_provider="detect"] 
     
    203204AC_ARG_WITH( 
    204205        [pinentry], 
    205         [AC_HELP_STRING([--with-pinentry=PROG], [run PROG as PIN-entry for OpenSC Signer @<:/usr/bin/gpinentry:>@])], 
     206        [AS_HELP_STRING([--with-pinentry=PROG],[run PROG as PIN-entry for OpenSC Signer @<:/usr/bin/gpinentry:>@])], 
    206207        , 
    207208        [with_pinentry="/usr/bin/gpinentry"] 
     
    220221AC_LIBTOOL_RC 
    221222AC_PROG_LIBTOOL 
     223#LT_INIT([win32-dll]) 
     224#LT_LANG([Windows Resource]) 
    222225 
    223226dnl These required for svn checkout 
     
    594597fi 
    595598 
    596 AC_OUTPUT([ 
     599AC_CONFIG_FILES([ 
    597600        Makefile 
    598         aclocal/Makefile 
    599601        doc/Makefile 
    600602        doc/nonpersistent/Makefile 
     
    622624        win32/versioninfo.rc.in 
    623625]) 
     626AC_OUTPUT 
    624627 
    625628cat <<EOF 
  • trunk/src/pkcs11/Makefile.am

    r3471 r3528  
    2929opensc_pkcs11_la_LDFLAGS = $(AM_LDFLAGS) \ 
    3030        -export-symbols "$(srcdir)/opensc-pkcs11.exports" \ 
    31         -module -avoid-version -no-undefined 
     31        -module -shared -avoid-version -no-undefined 
    3232 
    3333onepin_opensc_pkcs11_la_SOURCES = $(OPENSC_PKCS11_SRC) $(OPENSC_PKCS11_INC) hack-enabled.c 
     
    3535onepin_opensc_pkcs11_la_LDFLAGS = $(AM_LDFLAGS) \ 
    3636        -export-symbols "$(srcdir)/opensc-pkcs11.exports" \ 
    37         -module -avoid-version -no-undefined 
    38  
     37        -module -shared -avoid-version -no-undefined 
    3938 
    4039pkcs11_spy_la_SOURCES = pkcs11-spy.c pkcs11-display.c pkcs11-display.h pkcs11-spy.exports 
     
    4241pkcs11_spy_la_LDFLAGS = $(AM_LDFLAGS) \ 
    4342        -export-symbols "$(srcdir)/pkcs11-spy.exports" \ 
    44         -module -avoid-version -no-undefined 
     43        -module -shared -avoid-version -no-undefined 
    4544 
    4645if WIN32 
  • trunk/svnignore

    r3405 r3528  
    1616libtool 
    1717libtool.m4 
     18lt*.m4 
    1819ltmain.sh 
    1920missing