mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-24 09:10:40 +02:00
add correct default ACLOCAL and PKGCONFIG_PATH settings to autogen.sh
This commit is contained in:
parent
df21312c8b
commit
2bb14682c6
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