search for: extra_pkg

Displaying 3 results from an estimated 3 matches for "extra_pkg".

2009 Oct 25
1
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
Hi all, Here is a patch to user pkg-config (if available) to detect libogg and fall back to old method if pkg-config fails. Pkg-config has the advantage that it can do configured to do the right thing when cross-compiling. Erik --- m4/Makefile.am | 4 ++ m4/extra_pkg.m4 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 0 deletions(-) create mode 100644 m4/Makefile.am create mode 100644 m4/extra_pkg.m4 diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 0000000..a87e1b8 --- /dev/null +++ b/m...
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
...tect libogg and fall back to old method if pkg-config fails. Pkg-config has the advantage that it can do configured to do the right thing when cross-compiling. Erik --- Makefile.am | 4 +- autogen.sh | 15 ++++++++++ configure.ac | 14 ++++++++- m4/Makefile.am | 4 ++ m4/extra_pkg.m4 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 118 insertions(+), 4 deletions(-) create mode 100644 m4/Makefile.am create mode 100644 m4/extra_pkg.m4 diff --git a/Makefile.am b/Makefile.am index 4b99faf..91bbed9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -...
2006 Feb 21
5
R and packages
Dear R People: Here is yet another strange problem. I'm using R in one of my classes. However, the computer lab has something called "Deep Freeze" and the students cannot save anything to the hard drive. I had R installed and things were working well. They would save their .Rdata files to disks. Now, we need to add more packages. We can't download and we can't bring