[glom] configure.ac: Ran autoupdate to remove use of deprecated macros.



commit 0b07df8dc36b2125a8c84879e56296899f8b45a0
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 19 21:35:15 2010 +0200

    configure.ac: Ran autoupdate to remove use of deprecated macros.

 ChangeLog    |    4 ++++
 configure.ac |   11 ++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 163081a..d035002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-04-19  Murray Cumming  <murrayc murrayc com>
 
+	* configure.ac: Ran autoupdate to remove use of deprecated macros.
+
+2010-04-19  Murray Cumming  <murrayc murrayc com>
+
     Avoid the requierment for sphinx-build if documentation is disabled.
 
 	* configure.ac: Use AC_PATH_PROG() instead of AC_CHECK_PROG() so we get the
diff --git a/configure.ac b/configure.ac
index dcca0f0..5caba19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom], [1.14.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=Glom], [glom])
-AC_PREREQ([2.60])
+AC_INIT([Glom],[1.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_PREREQ(2.65)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
 AC_CONFIG_MACRO_DIR([macros])
@@ -31,12 +31,9 @@ AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_CXX
 
-dnl Maemo still ships with the ancient libtool 1.4
-dnl LT_PREREQ([2.2.0])
-dnl LT_INIT([disable-static win32-dll])
+LT_PREREQ([2.2.0])
+LT_INIT([disable-static win32-dll])
 AC_DISABLE_STATIC
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
 
 # Used for the install directories for headers.  The same number is used in
 # the library name, which must be kept in sync, but variables can't be used



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]