9 Commits

Author SHA1 Message Date
Michel Dänzer
377c9dc7e5 autogen.sh: Pass -f to autoreconf
To ensure that any existing copies of autotools files will be replaced
with the current versions.

(Cherry picked from amdgpu commit a47c0093338d80d84e7033ad15d051925d542ca0)
Acked-by: Alex Deucher <alexander.deucher@amd.com>
2017-07-28 11:57:41 +09:00
Mihail Konev
8e6a4e96b7 autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26 14:00:22 +10:00
Emil Velikov
e062933b54 autogen.sh: use quoted string variables
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
fall-outs, when they contain space.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26 11:48:03 +10:00
Peter Hutterer
4fe183111f autogen.sh: use exec instead of waiting for configure to finish
Syncs the invocation of configure with the one from the server.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-01-26 11:48:03 +10:00
Michel Dänzer
49cf3b5032 Sayōnara, AM_MAINTAINER_MODE!
If --enable-maintainer-mode got lost from config.status for any reason,
builds would fail in mysterious ways after changing between different
Git commits.

There are more reasons for dropping it in the automake manual:

https://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html

I'm not aware of any reason why --disable-maintainer-mode would ever be
useful with this project.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-10-20 15:33:09 +09:00
Michel Dänzer
7ce43639a8 autogen.sh: Restore passing --enable-maintainer-mode to configure
Looks like this was accidentally dropped when the GNOME Build API was
implemented.
2013-06-06 10:33:20 +02:00
Colin Walters
f1059e3f09 autogen.sh: Implement GNOME Build API
http://people.gnome.org/~walters/docs/build-api.txt

Signed-off-by: Adam Jackson <ajax@redhat.com>
2013-02-20 11:35:44 -05:00
Daniel Stone
c9005c91bf Update autogen.sh to one that does objdir != srcdir. 2005-08-18 09:03:46 +00:00
Søren Sandmann Pedersen
a608c44226 Try adding build system for ATI driver again. Who knows, maybe CVS works
today.
2005-07-14 16:03:36 +00:00