[glibmm] Get make distcheck to pass cleanly



commit ba84a26bac2353d622036fac3dc03979ec3d83fc
Author: Daniel Elstner <danielk openismus com>
Date:   Sun Aug 9 23:19:02 2009 +0200

    Get make distcheck to pass cleanly
    
    * Makefile.am (DISTCLEANFILES): List the configuration header
    copies made by the AC_CONFIG_COMMANDS() as files to delete.
    * configure.ac (AM_INIT_AUTOMAKE): Switch to POSIX archive
    format (pax) for tar, because just as with libsigc++ the
    filenames generated by Doxygen exceed the tar-ustar limit.

 ChangeLog    |   10 ++++++++++
 Makefile.am  |    5 +++++
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cde128c..3eef5c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2009-08-09  Daniel Elstner  <danielk openismus com>
 
+	Get make distcheck to pass cleanly
+
+	* Makefile.am (DISTCLEANFILES): List the configuration header
+	copies made by the AC_CONFIG_COMMANDS() as files to delete.
+	* configure.ac (AM_INIT_AUTOMAKE): Switch to POSIX archive
+	format (pax) for tar, because just as with libsigc++ the
+	filenames generated by Doxygen exceed the tar-ustar limit.
+
+2009-08-09  Daniel Elstner  <danielk openismus com>
+
 	Work around Automake cleverness failure
 
 	* gio/giomm/filelist.am (giomm_files_built_ph): Use the GNU
diff --git a/Makefile.am b/Makefile.am
index 55239eb..488faa0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,11 @@ text_files = COPYING.tools README.win32 glib/README gio/README
 msvc_files = $(msvc_net2005_data:%=MSVC_Net2005/%) $(msvc_net2008_data:%=MSVC_Net2008/%)
 dist_noinst_DATA = $(text_files) $(msvc_files)
 
+DISTCLEANFILES = MSVC_Net2005/glibmm/glibmmconfig.h	\
+		 MSVC_Net2005/giomm/giommconfig.h	\
+		 MSVC_Net2008/glibmm/glibmmconfig.h	\
+		 MSVC_Net2008/giomm/giommconfig.h
+
 # TODO: Obsolete; remove after grace period.
 aclocal_macrodir = $(datadir)/aclocal
 dist_aclocal_macro_DATA = scripts/glibmm_check_perl.m4
diff --git a/configure.ac b/configure.ac
index 7a441fc..2de4737 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([scripts])
 AC_CONFIG_HEADERS([config.h glib/glibmmconfig.h gio/giommconfig.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-ustar])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 



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