Changeset 222
- Timestamp:
- 02/04/03 09:12:03 (6 years ago)
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r210 r222 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT([jabber-gg-transport], [1. 3.1], [jajcus@pld.org.pl])2 AC_INIT([jabber-gg-transport], [1.4.0-test1], [jajcus@pld.org.pl]) 3 3 AC_CONFIG_SRCDIR([src/ggtrans.h]) 4 4 AM_INIT_AUTOMAKE … … 16 16 AM_PATH_GLIB([1.2.0],[],AC_MSG_ERROR("You need glib >= 1.2.0 to compile this.")) 17 17 18 PKG_CHECK_MODULES(JK_LIBGADU, libgadu >= 200301 13)18 PKG_CHECK_MODULES(JK_LIBGADU, libgadu >= 20030130) 19 19 AC_SUBST(JK_LIBGADU_LIBS) 20 20 AC_SUBST(JK_LIBGADU_CFLAGS)
