From 621019be78cf3f9e7d12bef3ef915566e8cc6a34 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 16 Jan 2005 14:23:22 +0000 Subject: prepare release 0.3 git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@71 0ee8848e-81ea-0310-a63a-f631d1a40d77 --- Makefile.am | 13 +++++-------- bootstrap.sh | 6 +++--- configure.ac | 4 ++-- doc/README.html.in | 8 ++++++-- doc/style.css | 17 ++++------------- 5 files changed, 20 insertions(+), 28 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3cd2849..51a84e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -EXTRA_DIST=bootstrap.sh README LICENSE debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules +EXTRA_DIST=bootstrap.sh README LICENSE \ + debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules SUBDIRS=src doc MAINTAINERCLEANFILES=README @@ -31,11 +32,7 @@ README: homepage: all dist test -d $$HOME/homepage/private mkdir -p $$HOME/homepage/private/projects/nss-mdns - cp nss-mdns-@PACKAGE_VERSION@.tar.gz $$HOME/homepage/private/projects/nss-mdns - cp doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns - cp $$HOME/homepage/private/projects/nss-mdns/README.html $$HOME/homepage/private/projects/nss-mdns/index.html + cp nss-mdns-@PACKAGE_VERSION@.tar.gz doc/README.html doc/style.css $$HOME/homepage/private/projects/nss-mdns + ln -sf README.html $$HOME/homepage/private/projects/nss-mdns/index.html -distcleancheck: - @: - -.PHONY: homepage distcleancheck +.PHONY: homepage diff --git a/bootstrap.sh b/bootstrap.sh index 903c21d..a9feb8b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,7 +27,7 @@ run_versioned() { if [ "x$1" = "xam" ] ; then set -ex - run_versioned automake 1.7 -a -c --foreign + run_versioned automake 1.8 -a -c --foreign ./config.status else set -ex @@ -35,10 +35,10 @@ else rm -rf autom4te.cache rm -f config.cache - run_versioned aclocal 1.7 + run_versioned aclocal 1.8 libtoolize -c --force autoheader - run_versioned automake 1.7 -a -c --foreign + run_versioned automake 1.8 -a -c --foreign autoconf -Wall CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@" diff --git a/configure.ac b/configure.ac index 848645e..f15f54e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # USA. AC_PREREQ(2.57) -AC_INIT([nss-mdns],[0.2],[mzaffzqaf (at) 0pointer (dot) de]) +AC_INIT([nss-mdns],[0.3],[mzaffzqaf (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/query.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -41,7 +41,7 @@ AC_PROG_LIBTOOL # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h nss.h]) +AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/time.h unistd.h nss.h sys/ioctl.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST diff --git a/doc/README.html.in b/doc/README.html.in index 535f3f7..0a28ee0 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -10,7 +10,7 @@

nss-mdns @PACKAGE_VERSION@

-

Copyright 2004 Lennart Poettering <@PACKAGE_BUGREPORT@>

+

Copyright 2004,2005 Lennart Poettering <@PACKAGE_BUGREPORT@>