[json-glib] Remove unused files



commit aee5a7fbb70e5cb714bcfef79a96c000f62e80db
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Jun 1 17:01:02 2011 +0100

    Remove unused files
    
    - AUTHORS
    - MAINTAINER
            replaced by json-glib.doap
    
    - ChangeLog
            empty, and not necessary with the foreign automake option

 AUTHORS      |    1 -
 ChangeLog    |    6 ------
 MAINTAINERS  |    3 ---
 configure.ac |    5 +++--
 4 files changed, 3 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fa17e28..00e1aa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([json-glib/json-glib.h])
 AC_CONFIG_MACRO_DIR([build/autotools])
 
-AM_INIT_AUTOMAKE([1.11 no-define -Wno-portability dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.11 no-define foreign -Wno-portability dist-bzip2 no-dist-gzip])
 
 AM_SILENT_RULES([yes])
 AM_PATH_GLIB_2_0
@@ -140,6 +140,7 @@ AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"],
                             -Wno-strict-aliasing"])
       ]
 )
+MAINTAINER_CFLAGS="${MAINTAINER_CFLAGS#*  }"
 AC_SUBST([MAINTAINER_CFLAGS])
 
 dnl = GCOV coverage checks ====================================================
@@ -209,7 +210,7 @@ echo ""
 echo " â?¢ Prefix: ${prefix}"
 echo ""
 echo " â?¢ Debug level: ${enable_debug}"
-echo " â?¢ Compiler flags: ${MAINTAINER_CFLAGS}"
+echo " â?¢ Compiler flags: ${CFLAGS} ${MAINTAINER_CFLAGS}"
 echo ""
 echo " â?¢ API reference: ${enable_gtk_doc}"
 echo ""



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