From daf2ef4e78d6559bd7a3242113b082134b9f2ea7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 19 Sep 2008 20:06:25 +0200 Subject: [PATCH] Fixed a minor bug in lib/configure and released as 3.0.2. --- ChangeLog | 7 +++++++ lib/configure | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc92f96..75f4ee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-19 Martin Mares + + * Released as 3.0.2. + + * Fixed a minor bug in the configure script, which caused warnings + about redefinition of symbols during compilation. + 2008-09-11 Martin Mares * Released as 3.0.1. diff --git a/lib/configure b/lib/configure index 521cd71..4f17cdc 100755 --- a/lib/configure +++ b/lib/configure @@ -47,7 +47,7 @@ echo " $host $rel" c=config.h m=config.mk echo >$c '#define PCI_CONFIG_H' -echo >$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`" +echo >>$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`" echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`" echo >$m 'WITH_LIBS=' -- 2.39.2