1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Configure changes: enable shared libs
Last-Updated: 2012-02-13
Forwarded: no
Index: hdf-eos5-5.1.16.dfsg.1/configure.ac
===================================================================
--- hdf-eos5-5.1.16.dfsg.1.orig/configure.ac
+++ hdf-eos5-5.1.16.dfsg.1/configure.ac
@@ -14,7 +14,7 @@ AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
# Disable shared libraries (for now)
-AC_DISABLE_SHARED
+# AC_DISABLE_SHARED
AM_PROG_LIBTOOL
|