grim/guifications2

Adjusting out pkg-config variables in the build system
org.guifications.gf2
2007-02-24, Gary Kramlich
4cdf51cddadc
Parents c5f9d67d08a7
Children 4d8cad9f619d
Adjusting out pkg-config variables in the build system
  • +8 -8
    configure.ac
  • --- a/configure.ac Sun Feb 04 05:18:29 2007 -0500
    +++ b/configure.ac Sat Feb 24 21:07:45 2007 -0500
    @@ -3,7 +3,7 @@
    # gaim-encryption configure script, thanks guys ;)
    #
    -AC_INIT([gaim-guifications], [2.13svn], [guifications-devel@lists.sourceforge.net])
    +AC_INIT([pidgin-guifications], [2.13svn], [guifications-devel@lists.sourceforge.net])
    AC_CANONICAL_SYSTEM
    AM_CONFIG_HEADER(pre_config.h)
    @@ -82,16 +82,16 @@
    # Check for gaim
    #
    -PKG_CHECK_MODULES(GAIM, gaim,
    +PKG_CHECK_MODULES(PIDGIN, pidgin,
    [
    - AC_DEFINE(HAVE_GAIM, 1, [Define if we've found gaim.])
    + AC_DEFINE(HAVE_PIDGIN, 1, [Define if we've found pidgin.])
    ])
    -AC_SUBST(GAIM_CFLAGS)
    -GAIM_LIBDIR=`pkg-config --variable=libdir gaim`
    -GAIM_DATADIR=`pkg-config --variable=datadir gaim`
    -AC_SUBST(GAIM_LIBDIR)
    -AC_SUBST(GAIM_DATADIR)
    +AC_SUBST(PIDGIN_CFLAGS)
    +PIDGIN_LIBDIR=`pkg-config --variable=libdir pidgin`
    +PIDGIN_DATADIR=`pkg-config --variable=datadir pidgin`
    +AC_SUBST(PIDGIN_LIBDIR)
    +AC_SUBST(PIDGIN_DATADIR)
    #
    # check for gtk and other dependencies