Author: hp
Date: 2001-10-28 17:05:11 GMT
2001-10-28 Havoc Pennington <hp@pobox.com>
* configure.in: reorder things so they work on unix
+2001-10-28 Havoc Pennington <hp@pobox.com>
+
+ * configure.in: reorder things so they work on unix
+
2001-10-27 Tor Lillqvist <tml@iki.fi>
New Win32 feature to make pkg-config useful for users of MSVC:
AC_INIT(pkg-config.1)
+AM_INIT_AUTOMAKE(pkgconfig, 0.8.0)
+AM_MAINTAINER_MODE
+
+AM_CONFIG_HEADER(config.h)
+
AC_MSG_CHECKING([for Win32])
case "$host" in
*-*-mingw*)
;;
*)
native_win32=no
+ ;;
esac
AC_MSG_RESULT([$native_win32])
+
AM_CONDITIONAL(USE_INSTALLED_GLIB, test x$native_win32 = xyes)
if test x$native_win32 = xyes; then
AC_CONFIG_SUBDIRS(glib-1.2.8)
fi # !native_win32
-AM_INIT_AUTOMAKE(pkgconfig, 0.8.0)
-
-AM_MAINTAINER_MODE
-
-AM_CONFIG_HEADER(config.h)
-
AM_PROG_LIBTOOL
AC_PROG_CC