diff mbox

[intel-gpu-tools,1/2] Put -I m4 in ACLOCAL_AMFLAGS so ./autogen.sh just works

Message ID 1360352214-17697-1-git-send-email-mattst88@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Matt Turner Feb. 8, 2013, 7:36 p.m. UTC
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Ben Widawsky Feb. 8, 2013, 9:34 p.m. UTC | #1
On Fri, Feb 08, 2013 at 11:36:53AM -0800, Matt Turner wrote:
> ---
>  Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 0dd615b..20bca79 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -19,7 +19,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}
> +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
>  
>  SUBDIRS = lib man tools scripts benchmarks demos
>  

I've pushed both patches. Thanks.
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 0dd615b..20bca79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,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}
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
 
 SUBDIRS = lib man tools scripts benchmarks demos