From 800f4322d7f2067b77cb00f2635ecf3125dc7e4c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 19 Dec 2004 00:08:22 +0000 Subject: update package names git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@115 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- configure.ac | 10 +++++++--- doc/README.html.in | 10 ++++++++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index e435477..2b097dd 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. AC_PREREQ(2.59) -AC_INIT([ifplugd],[0.25],[mzvscyhtq (at) 0pointer (dot) de]) +AC_INIT([ifplugd],[0.26],[mzvscyhtq (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/ifplugd.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -40,9 +40,13 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -# If using GCC specifiy some additional parameters +# If using GCC specify some additional parameters if test "x$GCC" = "xyes" ; then - CFLAGS="$CFLAGS -pipe -Wall" + CFLAGS="$CFLAGS -pipe -W -Wall -pedantic" + + AC_LANG_CONFTEST([int main() {}]) + $CC -c conftest.c -std=c99 -Wno-unused-parameter $CFLAGS > /dev/null 2> /dev/null && CFLAGS="$CFLAGS -std=c99 -Wno-unused-parameter" + rm -f conftest.o fi # Checks for header files. diff --git a/doc/README.html.in b/doc/README.html.in index ad69180..87b8c9f 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Sat Dec 18 2004:

Version 0.25 released, +changes include: changed MII code for better compatibility with some 3COM Boomerang cards.

+
Mon May 10 2004:

Version 0.25 released, changes include: Revert to more classic link checking support. The new @@ -320,7 +324,9 @@ manpage

The current release is @PACKAGE_VERSION@

-

Get ifplugd's development sources from the Subversion repository.

+

Get ifplugd's development sources from the Subversion repository (viewcvs):

+ +
svn checkout svn://seth.intheinter.net/ifplugd/trunk ifplugd

You may find an up to date Debian package of ifplugd on the Debian package repository.

@@ -331,7 +337,7 @@ manpage

New! There is a joint ifplugd and waproamd mailing list available.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, May 2004
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, December 2004
$Id$
-- cgit