mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
configure: Replace ${} with $() for libtool
One version libtool doesn't like ${} and errors out unless we use $().
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
|
||||
ACLOCAL_AMFLAGS = $(ACLOCAL_FLAGS) -I m4
|
||||
|
||||
SUBDIRS = man libobj xvmc src tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user