search for: dist_subdirs

Displaying 20 results from an estimated 46 matches for "dist_subdirs".

2009 Sep 29
1
Error (IMHO) with --with-doc option
...ope it doesn't introduce any mess: diff -Nur 2/Makefile.in 1/Makefile.in --- 2/Makefile.in 2009-09-29 00:17:22.000000000 +0200 +++ 1/Makefile.in 2009-09-29 00:17:38.000000000 +0200 @@ -75,7 +75,7 @@ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = src doc +DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) Best regards, -- Jacek Osiecki joshua at ceti.pl GG:3828944 I don't want something I need. I want something I want.
2004 Nov 02
2
Can't compile flac source on Solaris 9.
I need some help trying to compile the FLAC source on Solaris 9. It get's pretty far along and I receive the following error making test_seeking: "Don't know how to make ../../src/libOggFLAC/libOggFLAC.la When I try to make the libOggFLAC it fails trying to find ogg/ogg.h which I can't seem to find anywhere in the source. Any ideas? Thanks in advance, Mike.
2004 Nov 02
1
Can't compile flac source on Solaris 9.
...handle the case > of building test_seeking without libogg properly. > > you can install libogg and that will make it build and also give > you Ogg FLAC support in everything (see the README for how) or > you have to edit src/Makefile.in and remove test_seeking from > SUBDIRS and DIST_SUBDIRS (test_seeking is not used yet in the > test scripts anyway). > > Josh > > > __________________________________ > Do you Yahoo!? > Check out the new Yahoo! Front Page. > www.yahoo.com > >
2019 Dec 18
1
[PATCH] po: reduce the list of extracted sources
...----------- 3 files changed, 4 insertions(+), 36 deletions(-) diff --git a/Makefile.am b/Makefile.am index ec342225a..25255a62d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -328,11 +328,12 @@ docs/C_SOURCE_FILES: configure.ac po/POTFILES: configure.ac rm -f $@ $@-t cd $(srcdir); \ - find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ + find $(DIST_SUBDIRS) -name '*.c' | \ grep -v -E '^(examples|gnulib|perl/(blib|examples)|po-docs|tests|test-data|bundled)/' | \ - grep -v -E '/((guestfs|rc)_protocol\.c)$$' | \ + grep -v -E '/((g...
2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...examples # The daemon and the appliance. SUBDIRS += common/mlutils -SUBDIRS += common/mlaugeas +SUBDIRS += 3rdparty/ocaml-augeas SUBDIRS += common/mlpcre if ENABLE_DAEMON SUBDIRS += daemon @@ -316,7 +316,7 @@ ChangeLog: configure.ac docs/C_SOURCE_FILES: configure.ac rm -f $@ $@-t find $(DIST_SUBDIRS) -name '*.[ch]' | \ - grep -v -E '^(builder/index-parse\.|builder/index-scan\.|common/mllibvirt/libvirt_c\.c|examples/|gnulib/|gobject/|java/com_redhat_et_libguestfs|perl/|php/extension/config\.h|ruby/ext/guestfs/extconf\.h|tests/|test-data/)' | \ + grep -v -E '^(builder/index-p...
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
...peex.pc speexdsp.pc EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP #Fools KDevelop into including all files -SUBDIRS = libspeex include @src@ doc win32 symbian ti +SUBDIRS = libspeex include @src@ doc win32 symbian ti m4 -DIST_SUBDIRS = libspeex include src doc win32 symbian ti +DIST_SUBDIRS = libspeex include src doc win32 symbian ti m4 rpm: dist rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz diff --git a/autogen.sh b/autogen.sh index 87dc6ab..3ec8b73 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,8 @@ package="Spe...
2016 Sep 12
1
[PATCH] perl: Guestfs.c file is not translatable, don't include it in po/POTFILES.
.../libguestfs/ --- Makefile.am | 2 +- po/POTFILES | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5defbce..663958d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -320,7 +320,7 @@ po/POTFILES: configure.ac rm -f $@ $@-t cd $(srcdir); \ find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v -E '^(examples|gnulib|gobject/docs|perl/(blib|examples)|po-docs|tests|test-data)/' | \ + grep -v -E '^(examples|gnulib|gobject/docs|perl/(blib|examples)|perl/lib/Sys/Guestfs\.c|po-docs|tests|test-data)/...
2003 Apr 07
1
make buildworld: inconsistent operator for ftp
AFTER "make buildworld" I GET THIS ERROR: ===> usr.bin "/usr/src/share/mk/bsd.subdir.mk", line 60: Inconsistent operator for ftp make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. SO HOW TO FIX THIS Robert ''***********************************
2007 Mar 07
1
test/trace
...:29:05 2007 +0100 that change was not supposed to exist in the repos yet diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index e1c8e02..6fda1cf 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1,11 +1,3 @@ -if HAVE_MING -SUBDIRS = ming -else -SUBDIRS = -endif -DIST_SUBDIRS = ming - -check_PROGRAMS = trace TESTS = $(check_PROGRAMS) trace_SOURCES = trace.c
2003 May 16
1
Help please : make buildworld fails when upgrading to 4.8 stable
Hi, I can't build the world. I have an error in SSL, with today cvs sources. Here is the error : /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c: In function `ssl_read': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: `SSL_ERROR_WANT_ACCEPT' undeclared (first use in this function)
2010 May 12
2
[PATCH 0/2] Actually translate our Perl programs (RHBZ#559963).
We observed a while back that the Perl-based libguestfs tools were not being localized. In fact I've tracked this problem down to a regression some time ago and some subsequent changes we made. These two patches fix everything. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many
2007 Mar 05
0
5 commits - libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c test/trace
...org> Date: Mon Mar 5 22:09:48 2007 +0100 add 2 tests for prototypes diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 8322668..d087ed3 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -1,3 +1,10 @@ +if HAVE_MING +SUBDIRS = ming +else +SUBDIRS = +endif +DIST_SUBDIRS = ming + check_PROGRAMS = trace TESTS = $(check_PROGRAMS) @@ -40,6 +47,8 @@ EXTRA_DIST = \ comparisons-6.swf.trace \ comparisons-7.swf \ comparisons-7.swf.trace \ + constructor-prototype.swf \ + constructor-prototype.swf.trace \ countdown.swf \ countdown.swf.trace \ currentframe.swf...
2015 Nov 09
6
[PATCH 0/5] build: Enable some more warnings.
Add some warnings. Well, the first patch is a miscellaneous change, but patches 2-5 add some warnings. Rich.
2011 Jun 28
13
[PATCH hivex 02/14] maint: remove unnecessary test-before-free
From: Jim Meyering <meyering at redhat.com> * lib/hivex.c (hivex_node_set_value): Remove unnecessary test-before-free. --- lib/hivex.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib/hivex.c b/lib/hivex.c index d042f4f..a72fa77 100644 --- a/lib/hivex.c +++ b/lib/hivex.c @@ -2748,8 +2748,7 @@ hivex_node_set_value (hive_h *h, hive_node_h node, leave_partial:
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po
2013 May 23
2
ASM runtime detection and optimizations
...ue to implement it. Best regards, -- Aur?lien Zanelli Parrot SA 174, quai de Jemmapes 75010 Paris France -------------- next part -------------- diff --git a/Makefile.am b/Makefile.am index f04e3bc..06d4283 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libopus.la DIST_SUBDIRS = doc -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/celt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed -I$(top_srcdir)/src incl...
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): Bundle the ocaml-augeas library for use by libguestfs build: switch embedded copy of ocaml-augeas .gitignore | 1 + 3rdparty/ocaml-augeas/COPYING.LIB | 515
2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.
2017 Jul 07
3
[PATCH v4 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Best of .. 4?
2017 Jul 07
3
[PATCH v5 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
After enabling procmail debugging ...