diff options
| author | Marcus Brinkmann <[email protected]> | 2005-10-20 13:05:04 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2005-10-20 13:05:04 +0000 | 
| commit | 4cfced2ce8dff0602518dbe64804bb8aaac3e12a (patch) | |
| tree | d7d94e50c3d0a70063b0913af90314b9cdd40363 /configure.ac | |
| parent | Add a test for expired subkeys (diff) | |
| download | gpgme-4cfced2ce8dff0602518dbe64804bb8aaac3e12a.tar.gz gpgme-4cfced2ce8dff0602518dbe64804bb8aaac3e12a.zip | |
2005-10-20  Marcus Brinkmann  <[email protected]>
	* configure.ac: Instead checking for windres and dlltool, invoke
	AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
	* src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
	the rules.
Diffstat (limited to '')
| -rw-r--r-- | configure.ac | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/configure.ac b/configure.ac index 9288b260..831ca31d 100644 --- a/configure.ac +++ b/configure.ac @@ -69,9 +69,6 @@ AH_VERBATIM([_REENTRANT],  #endif])  AC_PROG_CC -AC_CHECK_TOOL(DLLTOOL, dlltool, :) -AC_CHECK_TOOL(WINDRES, windres, :) -  AC_SUBST(LIBGPGME_LT_CURRENT)  AC_SUBST(LIBGPGME_LT_AGE) @@ -88,6 +85,8 @@ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version of this package])  # Don't default to build static libs.  AC_DISABLE_STATIC +AC_LIBTOOL_WIN32_DLL +AC_LIBTOOL_RC  AC_PROG_LIBTOOL  # For now we hardcode the use of version scripts.  It would be better | 
