summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-06-01 17:01:02 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-06-01 17:01:02 +0100
commitaee5a7fbb70e5cb714bcfef79a96c000f62e80db (patch)
tree97bb66bd314e220a6db9a2278809cdfa20587dc7
parent1d4cdb76b6f97c723dd6e4c634bacc52d3199999 (diff)
downloadjson-glib-aee5a7fbb70e5cb714bcfef79a96c000f62e80db.tar.gz
Remove unused files
- AUTHORS - MAINTAINER replaced by json-glib.doap - ChangeLog empty, and not necessary with the foreign automake option
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog6
-rw-r--r--MAINTAINERS3
-rw-r--r--configure.ac5
4 files changed, 3 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 6b0e47a..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1 +0,0 @@
-Emmanuele Bassi <ebassi@openedhand.com>
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index db6ee91..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2008-09-20 Emmanuele Bassi <ebassi@openedhand.com>
-
- * *: Initial import. The ChangeLog is autogenerated when
- creating the release. If you are seeing this, use git-log
- for viewing the list of changes.
-
diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index 149449d..0000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,3 +0,0 @@
-Name: Emmanuele Bassi
-E-mail: ebassi@gmail.com
-Userid: ebassi
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 ""