Changeset 489
- Timestamp:
- 02/20/04 19:12:21 (5 years ago)
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r485 r489 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT([jabber-gg-transport], [2.0. 7], [jajcus@pld.org.pl])2 AC_INIT([jabber-gg-transport], [2.0.8], [jajcus@pld.org.pl]) 3 3 AC_CONFIG_SRCDIR([src/ggtrans.h]) 4 4 AM_INIT_AUTOMAKE … … 67 67 XGETTEXT="${XGETTEXT} --keyword=L_" 68 68 69 AC_CONFIG_FILES([Makefile src/Makefile m4/Makefile])69 AC_CONFIG_FILES([Makefile src/Makefile m4/Makefile po/Makefile.in]) 70 70 AC_OUTPUT
