[gtkglext] Moved "Checks for programs" section up to include compiler and libtool checks.
- From: Braden McDaniel <bradenmcd src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkglext] Moved "Checks for programs" section up to include compiler and libtool checks.
- Date: Thu, 17 Dec 2009 21:28:50 +0000 (UTC)
commit 0d7a9269cd0ff743372eddcc19707df88bdc1b7f
Author: Braden McDaniel <bmcdaniel turketron tena-sda org>
Date: Thu Dec 17 16:21:14 2009 -0500
Moved "Checks for programs" section up to include compiler and libtool checks.
configure.ac | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9f1b829..c02cd46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,8 @@ AC_SUBST([LT_REVISION])
AC_SUBST([LT_AGE])
AC_SUBST([LT_CURRENT_MINUS_AGE])
+# Checks for programs.
+
dnl Initialize libtool
AM_PROG_CC_C_O
AC_PROG_CPP
@@ -105,6 +107,8 @@ AC_PROG_LIBTOOL
AC_CHECK_PROG([ms_librarian], [lib.exe], [yes], [no])
+AC_PROG_LN_S
+
platform_win32=no
AC_MSG_CHECKING([for some Win32 platform])
case "$host_os" in
@@ -157,9 +161,6 @@ gtkglext_targetlib=libgtkglext-$gdktarget-$GTKGLEXT_API_VERSION.la
AC_SUBST([gdkglext_targetlib])
AC_SUBST([gtkglext_targetlib])
-# Checks for programs.
-AC_PROG_LN_S
-
# Debug option
AC_ARG_ENABLE([debug],
AS_HELP_STRING([--enable-debug=@<:@no/minimum/yes@:>@],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]