Displaying 20 results from an estimated 1200 matches for "autogen".
2009 Nov 20
1
[PATCH libguestfs] build: make autogen.sh update .git-module-status, as it should
I ran autogen.sh, but then make was always failing like this:
$ make
cfg.mk:141: *** gnulib update required; run ./autogen.sh first. Stop.
Here's the fix:
>From f743f32079fea2e8a17c7f5b59305e584c75dba0 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Fri, 20 Nov...
2018 Nov 19
1
[supermin PATCH] autogen: Run bootstrap if submodule is not initialized
This used to be the case before commit 30de2cb603cd.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
README | 1 -
autogen.sh | 5 +++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 679bf7010bbe..e5187a65ed47 100644
--- a/README
+++ b/README
@@ -107,7 +107,6 @@ Building and installing
If you're cloning this from git the first time, do:
- ./bootstrap
./autogen.sh
Fo...
2016 May 24
2
Errors building 3.6.25 after applying security patches
Hi,
I'm attempting to build 3.6.25 after applying the 16-Dec-2015 and the
12-Apr-2016 patches from samba.org but I'm seeing two issues. First during
autogen.sh I see:
/build/samba/samba-3.6.25/source3 # ./autogen.sh
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: 'include/version.h' created for Samba("3.6.25")
./autogen.sh: running autoheader -Im4 -I../m4 -I../lib/replace
./autogen.sh: running autoconf -Im4 -I../m4 -...
2002 Jul 10
2
cvs: debian updates and autogen.sh trouble
Hello,
I couldn't help noticing that the debian build system in cvs was
changed. As I used to compile and install from cvs, I discovered
a small problem regarding autogen.sh. It's called in debian/rules,
before the obj-dir is created (and changed into and ../configure is
started). At least on my system autogen.sh implicitly runs
./configure, so the original source path is already configured and
the following ../configure fails with a hint, to run "make dist...
2000 Dec 14
2
Could this autogen.sh script be added?
Could someone add this autogen.sh script to the
toplevel of openssh_cvs?
Many projects include an autogen.sh script
so that folks need not remember what auto
commands need to get run and in what order.
% cat autogen.sh
#!/bin/sh
# Run this program (./autogen.sh) after changing any of
# the files that are used to automaticall...
2008 Jun 06
1
[PATCH] nut: add autogen.sh
Well, just a simple helper.
Signed-off-by: Axel Gembe <ago at bastart.eu.org>
---
autogen.sh | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
create mode 100755 autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..76a2462
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+autoreconf -v --install -Wno-portability
+libtoolize --cop...
2009 Nov 12
1
[PATCH libguestfs] build: revive the ocaml package tests
This reinstates the autogen.sh-based test for the two
required ocaml packages.
I've tested it by running autoconf.sh first with neither
of the two packages installed, then with only ocaml-xml-light
installed. In both cases, autogen.sh failed as required.
When both were installed, it worked as expected.
>From 825d855...
2007 Sep 09
2
[PATCH] autogen.sh : detect automake-1.10 correctly
Josh,
Macports on OSX ships with automake-1.10 and the current autogen.sh
detects 1.10 as an invalid version of automake.
The following patch (snarfed from autogen.sh from libvorbis) fixes
that.
Once that is fixed there are still some other issues that need fixing
for automake-1.10.
Cheers,
Erik
diff -u -r1.16 autogen.sh
--- autogen.sh 21 Nov 2006 01:40:57 -0000...
2007 Nov 28
1
autogen.sh fails -> "required file `./config.rpath' not found"
if i run
autogen.sh
on fresh 1.1.beta9 source, it fails @
./autogen.sh
...
100%[====================================>] 154,427 115.09K/s
08:45:56 (114.82 KB/s) - `wiki-export.tar.gz' saved [154427/154427]
configure.in:16: required file `./config.rpath' not found
configure.in:5: in...
2002 Sep 26
2
Compiling CVS? (automake/autoconf problem with autogen.sh?)
I've eagerly grabbed the current CVS as of a few minutes ago, and attempted to
build and play with theora, but am running into a snag with the autogen.sh
script:
------------------------------------------------------------------------
bash-2.05# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for theora, please wait.....
2013 Feb 07
0
[PATCH 4/4] Robustify autogen.sh
This allows the script to be run from somewhere other than the
top-level build directory.
---
autogen.sh | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 1a9a020..ab52ab6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,6 +2,13 @@
# Run this to set up the build system: configure, makefiles, etc.
# We trust that the user has a recent enoug...
2015 Aug 01
3
config.rpath?
On 07/31/15 11:53 PM, Erik de Castro Lopo wrote:
> Dave Yeo wrote:
>
>> >Building flac git head on OS/2 dies when running "sh /usr/bin/autoreconf
>> >--install --force"
> Don't run autoreconf, use autogen.sh in the FLAC git repo which contains:
>
> touch config.rpath
using a port of DASH,
[K:\usr\local\src\flac]sh autogen.sh
function: not found
autogen.sh: 13: Syntax error: "}" unexpected
Plus symlinks are unwanted.
Dave
2007 Dec 03
0
autogen.sh
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 17d9a33cc29cf0ac5a08b528709baf4c49ee9b3b
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Dec 3 16:45:40 2007 +0100
fix name of project
diff --git a/autogen.sh b/autogen.sh
index 04e60a1..39a9359 10075...
2004 Aug 06
1
ice2 autogen.sh problems
i have been playing around trying to get ice2 to work now for quite some
time and frankly i am a bit frustrated by now... the anoying thing is how
early in the whole proccess my problems actually start!
running ./autogen.sh in the newest cvs version of ice2 results in
<p>idoru:/usr/src/ices# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for ices, please wait....
aclocal
acloc...
2003 Jul 30
2
OpenBSD 3.2 Problem
Well after some hunting arround I have discovered that I must use the
autogen.sh script. The errors from the autogen script tole me what packages I
nede to load to run the script. The only package that I had to build was the
autoconf 2.57 package. Now the autogen script gets to the point of checking
verson of bison... 1.35 ok, then gices and error of './configure[5...
2014 Jan 02
1
Problem building dovecot 2.2.10 with pigeonhole 0.4.2
Hi,
I am on CentOS 5.10 x86_64 and I am trying to build RPMs for Dovecot
2.2.10 with pigeonhole 0.4.2.
I am getting an error that autogen.sh is missing from pigeonhole 0.4.2
source (as available from:
http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.2.tar.gz):
/var/tmp/rpm-tmp.89185: line 92:
/home/mockbuild/rpmbuild/BUILD/dovecot-2.2.10/dovecot-2.2-pigeonhole-0.4.2/autogen.sh:
No such file or directory
I...
2004 Sep 10
1
Patch for building on IRIX
...ibFLAC
? src/test_libFLAC++/Makefile
? src/test_libFLAC++/test_libFLAC++
? src/test_libOggFLAC/Makefile
? src/test_libOggFLAC/test_libOggFLAC
? src/test_libOggFLAC++/Makefile
? src/test_libOggFLAC++/test_libOggFLAC++
? src/test_streams/Makefile
? src/test_streams/test_streams
? test/Makefile
Index: autogen.sh
===================================================================
RCS file: /cvsroot/flac/flac/autogen.sh,v
retrieving revision 1.5
diff -u -r1.5 autogen.sh
--- autogen.sh 9 Sep 2002 20:53:24 -0000 1.5
+++ autogen.sh 5 Oct 2002 09:06:51 -0000
@@ -1,3 +1,6 @@
#!/bin/sh
-aclocal && au...
2010 Jun 16
1
febootstrap git empty /lib dir
On Wed, Jun 16, 2010 at 03:38:22PM -0700, Dwayne Fontenot <dwayne.fontenot at att.net> wrote:
> Is lib/ supposed to be empty in febootstrap git HEAD?
Yes. Run ./autogen.sh to populate it with gnulib stuff.
Actually, this may not work too well unless you have gnulib checked
out exactly in ../gnulib. I need to ask Jim Meyering nicely if he'll
make gnulib into a submodule of febootstrap.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.red...
2004 Apr 15
1
[PATCH] theora/{Makefile.am,autogen.sh}
the attached patch against current svn brings autogen.sh in line with
that in ogg/, and updates Makefile.am appropriately.
(needed to build on os x and probably elsewhere)
Conrad.
-------------- next part --------------
Index: Makefile.am
===================================================================
--- Makefile.am (revision 6517)
+++ Makefil...
2019 Nov 18
2
Re: Building libguestfs from git
...build is broken, or not documented properly.
>>
>> I tried (based on http://libguestfs.org/guestfs-building.1.html):
>
> Quite possibly, it's early days. One thing you will definitely need
> to do is:
>
> git submodule init
> git submodule update
Should ./autogen.sh take on this role automatically?
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org