[baobab] Remove some cruft from configure.ac



commit c65f887441d026179cefadc2661b6af4cc2270cd
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Mon Jul 22 16:11:46 2013 +0200

    Remove some cruft from configure.ac
    
    We're not a compiler and we're not a library

 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ed70348..dc3af2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,6 @@ AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/main.vala)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_CANONICAL_TARGET
-
 AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
@@ -49,8 +47,6 @@ PKG_CHECK_MODULES(BAOBAB, [
     gio-2.0 >= 2.30.0
 ])
 
-LT_INIT([disable-static])
-
 AC_CONFIG_FILES([
 Makefile
 data/Makefile


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