mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
configure: Remove ACLOCAL_FLAGS passthrough
Still not working right, remove it to keep the standard build working. Sorry if you have been relying on ACLOCAL_FLAGS. Reported-by: Sedat Dilek <sedat.dilek@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
# 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
|
||||
#Having problems passing through user flags as libtool complains
|
||||
#ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = man libobj xvmc src tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user