summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-07-27autogen.sh: Pass -f to autoreconfMichel Dänzer1-1/+1
To ensure that any existing copies of autotools files will be replaced with the current versions. Acked-by: Alex Deucher <alexander.deucher@amd.com>
2017-03-03autogen: add default patch prefixMihail Konev1-0/+3
(Ported from radeon commit 8e6a4e96b7b27559e186f71b5547abb0a80b96dd) Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
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-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
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>
2016-10-25Sayōnara, AM_MAINTAINER_MODE!Michel Dänzer1-1/+1
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> (Cherry picked from radeon commit 49cf3b5032a7ce40afe514b7092440e3e19e05aa)
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+14
This adds the new xf86-video-amdgpu driver for newer AMD GPUs. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>