mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 13:28:08 +02:00
add correct default ACLOCAL and PKGCONFIG_PATH settings to autogen.sh
(cherry picked from commit 2bb14682c6)
This commit is contained in:
parent
2d4194a8d1
commit
19e1327cdc
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#! /bin/sh
|
||||
|
||||
export PKGCONFIG_PATH=/usr/X11/lib/pkgconfig:$PKGCONFIG_PATH
|
||||
export ACLOCAL="aclocal -I /usr/X11/share/aclocal"
|
||||
|
||||
srcdir=`dirname $0`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue