Bug 18606 - Faulty AC_SUBST statement in xserver/configure.ac
Summary: Faulty AC_SUBST statement in xserver/configure.ac
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.1 (2006.05)
Hardware: PowerPC Mac OS X (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 13:39 UTC by Peter Dyballa
Modified: 2008-11-18 14:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2008-11-18 13:39:31 UTC
This is the error message:

	configure.ac:1938: error: AC_SUBST: `libdir exec_prefix prefix' is not a valid shell variable name

The original statement

	AC_SUBST([libdir exec_prefix prefix])

should probably be

	AC_SUBST([libdir])
	AC_SUBST([exec_prefix])
	AC_SUBST([prefix])

as in X11R7.2's version of xserver/configure.ac.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.