+2008-09-19 Martin Mares <mj@ucw.cz>
+
+ * 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 <mj@ucw.cz>
* Released as 3.0.1.
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='