Changeset 3528
- Timestamp:
- 06/05/08 19:03:47 (4 months ago)
- Location:
- trunk
- Files:
-
- 1 removed
- 5 modified
-
Makefile.am (modified) (1 diff)
-
aclocal (modified) (1 prop)
-
aclocal/Makefile.am (deleted)
-
configure.ac (modified) (20 diffs)
-
src/pkcs11/Makefile.am (modified) (3 diffs)
-
svnignore (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r3468 r3528 9 9 $(srcdir)/depcomp $(srcdir)/aclocal.m4 \ 10 10 $(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 \ 11 14 $(srcdir)/packaged 12 15 EXTRA_DIST = Makefile.mak svnignore 13 16 14 SUBDIRS = aclocaletc src win32 doc17 SUBDIRS = etc src win32 doc 15 18 16 19 dist_noinst_SCRIPTS = bootstrap -
trunk/aclocal
- Property svn:ignore
-
old new 16 16 libtool 17 17 libtool.m4 18 lt*.m4 18 19 ltmain.sh 19 20 missing
-
- Property svn:ignore
-
trunk/configure.ac
r3514 r3528 1 1 dnl -*- mode: m4; -*- 2 2 3 AC_PREREQ( [2.60])3 AC_PREREQ(2.61) 4 4 5 5 define([PACKAGE_VERSION_MAJOR], [0]) … … 7 7 define([PACKAGE_VERSION_FIX], [4]) 8 8 9 AC_INIT([opensc], [PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn])9 AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn]) 10 10 AC_CONFIG_AUX_DIR([.]) 11 AM_CONFIG_HEADER([config.h]) 11 AC_CONFIG_HEADERS([config.h]) 12 AC_CONFIG_MACRO_DIR([aclocal]) 12 13 AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}]) 13 14 … … 43 44 AC_ARG_WITH( 44 45 [cygwin-native], 45 [A C_HELP_STRING([--with-cygwin-native],[compile native win32])],46 [AS_HELP_STRING([--with-cygwin-native],[compile native win32])], 46 47 , 47 48 [with_cygwin_native="no"] … … 106 107 AC_ARG_ENABLE( 107 108 [strict], 108 [A C_HELP_STRING([--enable-strict],[enable strict compile mode @<:@disabled@:>@])],109 [AS_HELP_STRING([--enable-strict],[enable strict compile mode @<:@disabled@:>@])], 109 110 , 110 111 [enable_strict="no"] … … 113 114 AC_ARG_ENABLE( 114 115 [pedantic], 115 [A C_HELP_STRING([--enable-pedantic],[enable pedantic compile mode @<:@disabled@:>@])],116 [AS_HELP_STRING([--enable-pedantic],[enable pedantic compile mode @<:@disabled@:>@])], 116 117 , 117 118 [enable_pedantic="no"] … … 120 121 AC_ARG_ENABLE( 121 122 [zlib], 122 [A C_HELP_STRING([--enable-zlib],[enable zlib linkage @<:@detect@:>@])],123 [AS_HELP_STRING([--enable-zlib],[enable zlib linkage @<:@detect@:>@])], 123 124 , 124 125 [enable_zlib="detect"] … … 127 128 AC_ARG_ENABLE( 128 129 [readline], 129 [A C_HELP_STRING([--enable-readline],[enable readline linkage @<:@detect@:>@])],130 [AS_HELP_STRING([--enable-readline],[enable readline linkage @<:@detect@:>@])], 130 131 , 131 132 [enable_readline="detect"] … … 134 135 AC_ARG_ENABLE( 135 136 [openssl], 136 [A C_HELP_STRING([--enable-openssl],[enable openssl linkage @<:@detect@:>@])],137 [AS_HELP_STRING([--enable-openssl],[enable openssl linkage @<:@detect@:>@])], 137 138 , 138 139 [enable_openssl="detect"] … … 141 142 AC_ARG_ENABLE( 142 143 [openct], 143 [A C_HELP_STRING([--enable-openct],[enable openct linkage @<:@disabled@:>@])],144 [AS_HELP_STRING([--enable-openct],[enable openct linkage @<:@disabled@:>@])], 144 145 , 145 146 [enable_openct="no"] … … 148 149 AC_ARG_ENABLE( 149 150 [pcsc], 150 [A C_HELP_STRING([--enable-pcsc],[enable pcsc support @<:@disabled@:>@])],151 [AS_HELP_STRING([--enable-pcsc],[enable pcsc support @<:@disabled@:>@])], 151 152 , 152 153 [enable_pcsc="no"] … … 155 156 AC_ARG_ENABLE( 156 157 [nsplugin], 157 [A C_HELP_STRING([--enable-nsplugin],[enable nsplugin (signer) @<:@disabled@:>@])],158 [AS_HELP_STRING([--enable-nsplugin],[enable nsplugin (signer) @<:@disabled@:>@])], 158 159 , 159 160 [enable_nsplugin="no"] … … 162 163 AC_ARG_ENABLE( 163 164 [man], 164 [A C_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@:>@])], 165 166 , 166 167 [ … … 175 176 AC_ARG_ENABLE( 176 177 [doc], 177 [A C_HELP_STRING([--enable-doc],[enable installation of documents @<:@disabled@:>@])],178 [AS_HELP_STRING([--enable-doc],[enable installation of documents @<:@disabled@:>@])], 178 179 , 179 180 [enable_doc="no"] … … 182 183 AC_ARG_WITH( 183 184 [xsl-stylesheetsdir], 184 [A C_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@:>@])], 185 186 [xslstylesheetsdir="${withval}"], 186 187 [xslstylesheetsdir="detect"] … … 189 190 AC_ARG_WITH( 190 191 [plugindir], 191 [A C_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@:>@])], 192 193 [plugindir="${withval}"], 193 194 [plugindir="\$(libdir)/mozilla/plugins"] … … 196 197 AC_ARG_WITH( 197 198 [pcsc-provider], 198 [A C_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@:>@])], 199 200 , 200 201 [with_pcsc_provider="detect"] … … 203 204 AC_ARG_WITH( 204 205 [pinentry], 205 [A C_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:>@])], 206 207 , 207 208 [with_pinentry="/usr/bin/gpinentry"] … … 220 221 AC_LIBTOOL_RC 221 222 AC_PROG_LIBTOOL 223 #LT_INIT([win32-dll]) 224 #LT_LANG([Windows Resource]) 222 225 223 226 dnl These required for svn checkout … … 594 597 fi 595 598 596 AC_ OUTPUT([599 AC_CONFIG_FILES([ 597 600 Makefile 598 aclocal/Makefile599 601 doc/Makefile 600 602 doc/nonpersistent/Makefile … … 622 624 win32/versioninfo.rc.in 623 625 ]) 626 AC_OUTPUT 624 627 625 628 cat <<EOF -
trunk/src/pkcs11/Makefile.am
r3471 r3528 29 29 opensc_pkcs11_la_LDFLAGS = $(AM_LDFLAGS) \ 30 30 -export-symbols "$(srcdir)/opensc-pkcs11.exports" \ 31 -module - avoid-version -no-undefined31 -module -shared -avoid-version -no-undefined 32 32 33 33 onepin_opensc_pkcs11_la_SOURCES = $(OPENSC_PKCS11_SRC) $(OPENSC_PKCS11_INC) hack-enabled.c … … 35 35 onepin_opensc_pkcs11_la_LDFLAGS = $(AM_LDFLAGS) \ 36 36 -export-symbols "$(srcdir)/opensc-pkcs11.exports" \ 37 -module -avoid-version -no-undefined 38 37 -module -shared -avoid-version -no-undefined 39 38 40 39 pkcs11_spy_la_SOURCES = pkcs11-spy.c pkcs11-display.c pkcs11-display.h pkcs11-spy.exports … … 42 41 pkcs11_spy_la_LDFLAGS = $(AM_LDFLAGS) \ 43 42 -export-symbols "$(srcdir)/pkcs11-spy.exports" \ 44 -module - avoid-version -no-undefined43 -module -shared -avoid-version -no-undefined 45 44 46 45 if WIN32 -
trunk/svnignore
r3405 r3528 16 16 libtool 17 17 libtool.m4 18 lt*.m4 18 19 ltmain.sh 19 20 missing
