package ftgl: fix obsolete AM_CONFIG_HEADER and add patch header

This commit is contained in:
Tony Theodore 2013-04-25 17:25:19 +10:00
parent dea031d178
commit c2970cf38e
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,6 @@
This file is part of MXE.
See index.html for further information.
--- ftgl-2.1.3~rc5/m4/gl.m4 2008-05-05 16:48:57.000000000 +0200
+++ ftgl-2.1.3~rc5/m4/gl.m4.new 2010-09-20 14:55:27.000000000 +0200
@@ -63,6 +63,8 @@

View File

@ -0,0 +1,15 @@
This file is part of MXE.
See index.html for further information.
diff -ur ftgl-2.1.3~rc5.orig/configure.ac ftgl-2.1.3~rc5/configure.ac
--- ftgl-2.1.3~rc5.orig/configure.ac 2013-04-25 16:57:09.000000000 +1000
+++ ftgl-2.1.3~rc5/configure.ac 2013-04-25 16:57:29.000000000 +1000
@@ -6,7 +6,7 @@
AC_CONFIG_SRCDIR(src/FTPoint.cpp)
AC_CONFIG_AUX_DIR(.auto)
AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
FTGL_PROG_CXX