Changeset 577
- Timestamp:
- 10/31/04 10:47:38 (4 years ago)
- Files:
-
- trunk/Makefile.am (modified) (1 diff)
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.am
r574 r577 22 22 cosmetics: 23 23 ./aux/cosmetics.sh 24 24 25 dist-hook: 26 if grep '+svn' configure.ac ; then exit 1; else : ; fi 25 27 26 28 ACLOCAL_AMFLAGS = -I m4 trunk/configure.ac
r576 r577 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT([jabber-gg-transport], [2.0.99 ], [jajcus@bnet.pl])2 AC_INIT([jabber-gg-transport], [2.0.99+svn], [jajcus@bnet.pl]) 3 3 4 4 AC_CONFIG_SRCDIR([src/ggtrans.h])
