blob: 5154066da0259eb49d9a1f5581ec4900a0d588c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|