Commit Graph

4 Commits

Author SHA1 Message Date
Emil Velikov 6d9fa0c13d autogen.sh: do not execute ./configure
This restores the original behaviour from previous patch.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-02-29 14:09:59 +00:00
Emil Velikov b5f920ef15 autogen.sh: replace with the one from mesa
Currently things fail miserably (as below) on a setup that can build all
of X.org and others without a glitch.

Note: this patch changes the default behaviour from "autogen.sh does not
execute ./configure" to "autogen.sh _does_ execute ./configure".

Things will be restored wit next commit - as to be kept separatelly
from this "copy file" commit.

$ ./autogen.sh
Preparing the libglvnd build system...please wait

Found GNU Autoconf version 2.69
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at
/usr/bin/automake line 3936.
Found GNU Automake version 1.15
Found GNU Libtool version 2.4.6

Automatically preparing build ... Warning: autoreconf failed
Attempting to run the preparation steps individually

Preparing build ... ERROR: aclocal failed

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-02-29 14:02:20 +00:00
Aaron Plattner 4010fadf5c [build] enable silent rules by default
Automake still defaults to verbose output unless you explicitly request that the
silent rules be enabled by default.  It's possible to only enable the silent
rules on versions of automake that actually support it, but automake 1.11 has
been around for long enough that it seems easier to just bump the minimum
required version.

Add the boilerplate required to turn on the silent rules by default.  They can
still be disabled by passing --disable-silent-rules to configure or by passing
V=0 on the make command line.

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Brian Nguyen <brnguyen@nvidia.com>
2013-09-26 23:10:18 -07:00
Brian Nguyen 05e64e91cb Add autotools infrastructure for libglvnd 2013-08-26 10:29:08 -07:00