search for: 3cba8bc

Displaying 2 results from an estimated 2 matches for "3cba8bc".

Did you mean: 3cb1abc
2009 Jul 29
1
[PATCH] build: avoid locale-specific changes in generated, VC'd file
...pecific changes in generated, VC'd file * Makefile.am (all-local): Use LC_ALL=C to sort in C locale. * po/POTFILES.in: Regenerate. --- Makefile.am | 2 +- po/POTFILES.in | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index f118291..3cba8bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,7 +165,7 @@ all-local: grep -v 'examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \ - sort | \ + LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in # Pkgconfig. diff --git a/po/P...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
..."gnulib"] + path = .gnulib + url = git://git.sv.gnu.org/gnulib.git diff --git a/.gnulib b/.gnulib new file mode 160000 index 0000000..7560950 --- /dev/null +++ b/.gnulib @@ -0,0 +1 @@ +Subproject commit 7560950d6efd9e209b8d7188e1a95ceb53035889 diff --git a/Makefile.am b/Makefile.am index 3cba8bc..e5ca43c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,8 +17,8 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src daemon appliance fish po examples images \ - capitests regressions test-tool +SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ + gnulib/tests capitests regressions test...