mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Fix aclocal.m4 rebuild problems.
aclocal needs to always be told where the directory is, not just during bootstrap.
This commit is contained in:
parent
6830bd47fa
commit
4f748a0f98
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS= RPM debian doc include libs hw nq qtv qw tools ruamoko pkg-config
|
||||
|
||||
## configure.ac needs to be listed here for older autoconfs
|
||||
|
|
Loading…
Reference in a new issue