diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2016-03-24 11:03:07 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2016-03-24 11:04:50 +0000 |
commit | f6316fb6f04a61857995aa9fb757249fe3fbaebd (patch) | |
tree | e2cad5ac9fec186de8d8a442f80221478b7f49b2 /Makefile.am | |
parent | e4e469a0ede6974e1f916843f9317244516f7674 (diff) |
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c60e8a72..de5fbe12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |