[gedit-cossa] Add autotools options



commit a760697ff47a7c43518eca4d268fc725b125b66f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jun 3 14:17:07 2011 +0200

    Add autotools options

 configure.ac |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e3d49ae..75e2116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,15 @@ AC_INIT([gedit-cossa],
 
 AC_CONFIG_HEADERS([config.h])
 
+AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip])
+AM_MAINTAINER_MODE([enable])
+
+AM_SILENT_RULES([yes])
+
+# Initialize libtool
+LT_PREREQ([2.2])
+LT_INIT([disable-static])
+
 AM_INIT_AUTOMAKE
 AC_PROG_LIBTOOL
 AC_PROG_CC



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