comparison configure.ac @ 15084:e0d70bba8290

[gaim-migrate @ 17870] Fix this before it becomes a problem. But basically, if the first call to PKG_CHECK_MODULES is in a conditional block, and that condition is not matched, configure will die on the next call to PKG_CHECK_MODULES. This stops that from happening by forcing the initialization or whatever of pkg-config to always happend. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 02 Dec 2006 03:12:57 +0000
parents 902f3621aa13
children ce2212022a6b
comparison
equal deleted inserted replaced
15083:8fc4d62b14ad 15084:e0d70bba8290
17 AC_DISABLE_STATIC 17 AC_DISABLE_STATIC
18 AM_PROG_LIBTOOL 18 AM_PROG_LIBTOOL
19 LIBTOOL="$LIBTOOL --silent" 19 LIBTOOL="$LIBTOOL --silent"
20 AC_PROG_INSTALL 20 AC_PROG_INSTALL
21 AC_PROG_INTLTOOL 21 AC_PROG_INTLTOOL
22 PKG_PROG_PKG_CONFIG
23
22 GETTEXT_PACKAGE=gaim 24 GETTEXT_PACKAGE=gaim
23 AC_SUBST(GETTEXT_PACKAGE) 25 AC_SUBST(GETTEXT_PACKAGE)
24 26
25 # before gettexting, in case iconv matters 27 # before gettexting, in case iconv matters
26 case "$host_os" in 28 case "$host_os" in