]> mj.ucw.cz Git - pciutils.git/commitdiff
Fixed a minor bug in lib/configure and released as 3.0.2.
authorMartin Mares <mj@ucw.cz>
Fri, 19 Sep 2008 18:06:25 +0000 (20:06 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 19 Sep 2008 18:06:25 +0000 (20:06 +0200)
ChangeLog
lib/configure

index fc92f967d7dda216c6ad821b32a90546c125c43e..75f4ee14df9b630919ab49b92801f725a068694c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 521cd7100cd4b7e034f5f811902be9d6a329b3ba..4f17cdc48e9e7165cc2875ce459d2680c4430c5b 100755 (executable)
@@ -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='