[pygobject/llvm: 15/17] [configure] Remove C++/libtool hacks



commit 91153967b4d545514d0871326d71b3ca0fec2867
Author: Johan Dahlin <johan gnome org>
Date:   Wed Jul 21 19:30:06 2010 -0300

    [configure] Remove C++/libtool hacks
    
    We're using C++ now with a modern libtool/autoconf, so remove old hacks

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e66e123..ec0eb25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,15 +63,8 @@ AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes")
 
 AC_DISABLE_STATIC
 
-dnl XXXX hack to kill off all the libtool tags ...
-dnl it isn't like we are using C++ or Fortran.
-dnl (copied from libglade/configure.in)
-m4_define([_LT_AC_TAGCONFIG],[])
-
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
-dnl when using libtool 2.x create libtool early, because it's used in configure
-m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
 AC_PROG_CC
 AM_PROG_CC_C_O
 AC_PROG_CXX



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