r2013

dslinux_gpf at dslinux.in-berlin.de dslinux_gpf at dslinux.in-berlin.de
Fri Oct 19 18:18:01 CEST 2007


Author: gpf
Date: 2007-10-19 18:17:56 +0200 (Fri, 19 Oct 2007)
New Revision: 2013

Log:
removed dependencies on native pkg-config, glib and gettext

Modified: trunk/lib/glib/src/Makefile.am
===================================================================
--- trunk/lib/glib/src/Makefile.am	2007-10-18 22:45:26 UTC (rev 2012)
+++ trunk/lib/glib/src/Makefile.am	2007-10-19 16:17:56 UTC (rev 2013)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = 1.7
 
-SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
+SUBDIRS = . m4macros glib gmodule gthread #gobject tests build po docs
 
 bin_SCRIPTS = glib-gettextize
 

Modified: trunk/lib/glib/src/Makefile.in
===================================================================
--- trunk/lib/glib/src/Makefile.in	2007-10-18 22:45:26 UTC (rev 2012)
+++ trunk/lib/glib/src/Makefile.in	2007-10-19 16:17:56 UTC (rev 2013)
@@ -239,7 +239,7 @@
 
 AUTOMAKE_OPTIONS = 1.7
 
-SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
+SUBDIRS = . m4macros glib gmodule gthread #gobject tests build po docs
 
 bin_SCRIPTS = glib-gettextize
 

Modified: trunk/lib/glib/src/config.cache.tmpl
===================================================================
--- trunk/lib/glib/src/config.cache.tmpl	2007-10-18 22:45:26 UTC (rev 2012)
+++ trunk/lib/glib/src/config.cache.tmpl	2007-10-19 16:17:56 UTC (rev 2013)
@@ -1,3 +1,8 @@
 glib_cv_stack_grows=no
 ac_cv_func_posix_getpwuid_r=yes
 gt_cv_c_wchar_t=no
+ac_cv_path_GLIB_GENMARSHAL=${ac_cv_path_GLIB_GENMARSHAL=/nonexistent}
+ac_cv_path_GMSGFMT=${ac_cv_path_GMSGFMT=/nonexistent}
+ac_cv_path_MSGFMT=${ac_cv_path_MSGFMT=/nonexistent}
+ac_cv_path_PKG_CONFIG=${ac_cv_path_PKG_CONFIG=/nonexistent}
+ac_cv_path_XGETTEXT=${ac_cv_path_XGETTEXT=/nonexistent}

Modified: trunk/lib/glib/src/configure
===================================================================
--- trunk/lib/glib/src/configure	2007-10-18 22:45:26 UTC (rev 2012)
+++ trunk/lib/glib/src/configure	2007-10-19 16:17:56 UTC (rev 2013)
@@ -5702,7 +5702,7 @@
 else
   { { echo "$as_me:$LINENO: error: *** pkg-config too old; version 0.14 or better required." >&5
 echo "$as_me: error: *** pkg-config too old; version 0.14 or better required." >&2;}
-   { (exit 1); exit 1; }; }
+   { (echo 1); echo 1; }; }
 fi
 
 if test "x$enable_debug" = "xyes"; then




More information about the dslinux-commit mailing list