Changeset 166
- Timestamp:
- 12/30/02 12:01:56 (6 years ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/.cvsignore (modified) (1 diff)
- trunk/INSTALL (added)
- trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore changed from
INSTALL
Makefile
Makefile.in
aclocal.m4
autoscan.log
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
stamp-h
stamp-h.in
stamp-h1
jaber-gg-transport-*.tar.gz
autom4te.cache to
Makefile
Makefile.in
aclocal.m4
autoscan.log
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
stamp-h
stamp-h.in
stamp-h1
jaber-gg-transport-*.tar.gz
autom4te.cache
- Property svn:ignore changed from
trunk/.cvsignore
r128 r166 1 INSTALL2 1 Makefile 3 2 Makefile.in trunk/configure.ac
r161 r166 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT([jabber-gg-transport], [1.2.3-test 1], [jajcus@pld.org.pl])2 AC_INIT([jabber-gg-transport], [1.2.3-test2], [jajcus@pld.org.pl]) 3 3 AC_CONFIG_SRCDIR([src/ggtrans.h]) 4 4 AM_INIT_AUTOMAKE
