[glom] Solve the long-paths problem with the doxygen-generated html files.



commit f6dc4da485c91d1795d429d6839827990e137ab2
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 20 00:06:11 2010 +0200

    Solve the long-paths problem with the doxygen-generated html files.
    
    * configure.ac: Change the AM_INIT_AUTOMAKE() call to be like gtkmm,
    allowing the tarball to contain long paths - needed for the libglom html
    documentation.

 ChangeLog    |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c2ffd12..5794fa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-20  Murray Cumming  <murrayc murrayc com>
+
+	Solve the long-paths problem with the doxygen-generated html files.
+	
+	* configure.ac: Change the AM_INIT_AUTOMAKE() call to be like gtkmm, 
+	allowing the tarball to contain long paths - needed for the libglom html 
+	documentation.
+
 2010-04-19  Murray Cumming  <murrayc murrayc com>
 
 	More improved use of sphinx.
diff --git a/configure.ac b/configure.ac
index 5caba19..05b44b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([glom/main.cc])
 AC_CONFIG_MACRO_DIR([macros])
 AC_CONFIG_HEADERS([config.h glom/libglom/libglom_config.h])
 
-AM_INIT_AUTOMAKE([1.10 check-news no-define nostdinc])
+AM_INIT_AUTOMAKE([1.10 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 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]