CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 11/07/29 20:16:42
Modified files:
. : ChangeLog Makefile.in
Log message:
Fix cross building.
Problem reported by Christophe Jarry <[email protected]>.
* Makefile.in ($GNULIBDIRS): Pass original config arguments to
src/libs/gnulib/configure.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1304&r2=1.1305
http://cvs.savannah.gnu.org/viewcvs/groff/Makefile.in?cvsroot=groff&r1=1.116&r2=1.117
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1304
retrieving revision 1.1305
diff -u -b -r1.1304 -r1.1305
--- ChangeLog 26 Jul 2011 17:11:09 -0000 1.1304
+++ ChangeLog 29 Jul 2011 20:16:42 -0000 1.1305
@@ -1,3 +1,11 @@
+2011-07-29 Daiki Ueno <[email protected]>
+
+ Fix cross building.
+ Problem reported by Christophe Jarry <[email protected]>.
+
+ * Makefile.in ($GNULIBDIRS): Pass original config arguments to
+ src/libs/gnulib/configure.
+
2011-06-25 Deri James <[email protected]>
Add new output device `gropdf'.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/groff/groff/Makefile.in,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- Makefile.in 26 Jul 2011 17:11:09 -0000 1.116
+++ Makefile.in 29 Jul 2011 20:16:42 -0000 1.117
@@ -774,7 +774,8 @@
case $(do) in \
all) \
cd $@; \
- test -f Makefile || $(SHELL) $$srcdir/configure ; \
+ args=`$(top_builddir)/config.status --config`; \
+ test -f Makefile || eval $$srcdir/configure "$$args" --srcdir=$$srcdir;
\
$(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \
esac
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit