summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-02-28autogen.sh: run git commands in the (potentially) git dirEric Engestrom1-3/+3
If the build dir is outside of the git dir, the order matters :) Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Chad Versace <chadversary@chromium.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-28autogen.sh: don't print old git-config valuesEric Engestrom1-2/+2
Old values are of no interest to the user, so let's reduce the spam a bit by hiding those. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Chad Versace <chadversary@chromium.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-12-14autogen.sh: set format.subjectPrefix and sendemail.to if neededEmil Velikov1-0/+6
Just set the rules automatically rather than asking each contributor to update thing locally. v2: Silence errors if run outside of git repo. (Eric) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2015-03-17autogen.sh: handle out-of-tree invokationEmil Velikov1-4/+12
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-03-17configure: Stop using AM_MAINTAINER_MODEEmil Velikov1-1/+1
AM_MAINTAINER_MODE can be used to disable generation of rebuild rules. This is not something we want to condone/support, considering it can cause greater problems than the perceived benefits. Additionally the Automake manual leans towards avoiding the use of AM_MAINTAINER_MODE. http://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2012-06-08autogen.sh: Restore passing --enable-maintainer-mode to configure.Michel Dänzer1-1/+1
Otherwise build system files aren't automagically regenerated after updating from Git. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
2011-03-21build: Update autotools configurationJavier Jardón1-10/+4
Replace some deprecated autoconf macros and use the new libtool syntax
2005-09-12update autogen from xserver treeDave Airlie1-1/+10
2005-07-13distcheck fixeslibdrm-1_0_0Adam Jackson1-0/+3