diff options
author | Alex Graveley <alex@ximian.com> | 2001-08-17 18:44:23 +0000 |
---|---|---|
committer | Alex Graveley <orph@src.gnome.org> | 2001-08-17 18:44:23 +0000 |
commit | 7d9cd16c4f9f4514b67df16295e53856879477fc (patch) | |
tree | 41a2ed29769a6a8049a47f9e22bf593b97eaa198 /configure.in | |
parent | 37effda7d1460f8551f6c542713adba90bafa69c (diff) | |
download | libsoup-7d9cd16c4f9f4514b67df16295e53856879477fc.tar.gz |
Initial WebDAV server support.
2001-08-17 Alex Graveley <alex@ximian.com>
* src/soup-core/soup-dav-server.[ch]: Initial WebDAV server
support.
* src/soup-core/soup-dav.[ch]: Beginnings of WebDAV client
support.
* configure.in: Add warning about updating
src/soup-core/soup-private.h when version changes.
* src/soup-core/soup-private.h: Declare SoupAuth here, so
including is possible.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2f665532..ea8813e5 100644 --- a/configure.in +++ b/configure.in @@ -12,8 +12,10 @@ AC_SUBST(SOUP_CURRENT) AC_SUBST(SOUP_REVISION) AC_SUBST(SOUP_AGE) -AM_CONFIG_HEADER(config.h) +# Update in src/soup-core/soup-private.h for Windows AM_INIT_AUTOMAKE(soup, 0.4.3) + +AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE AC_PROG_MAKE_SET |