Skip to content
Snippets Groups Projects
Commit 7e34c813 authored by Ehsan Akhgari's avatar Ehsan Akhgari
Browse files

Backed out changeset 6b87b58ff491 (follow-up to bug 793953) because of make insanity

DONTBUILD this, like the ones before it
parent 5102c2f5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,9 @@ endif
AUTOCONF ?= $(shell which autoconf-2.13 autoconf2.13 autoconf213 2>/dev/null | grep -v '^no autoconf' | head -1)
# See if the autoconf package was installed through fink
AUTOCONF ?= $(shell which fink >/dev/null 2>&1 && echo `which fink`/../../lib/autoconf2.13/bin/autoconf)
ifeq (,$(strip $(AUTOCONF)))
AUTOCONF = $(shell which fink >/dev/null 2>&1 && echo `which fink`/../../lib/autoconf2.13/bin/autoconf)
endif
ifeq (,$(strip $(AUTOCONF)))
AUTOCONF=$(error Could not find autoconf 2.13)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment