X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fconfigure;h=0f791cc74581281c243e57f7d4d7e053afa79aa2;hb=239ff18adf556b63a16be968725ba9fd0e6d5227;hp=b5f9fadbe285116fcdf5342fc354c24418203506;hpb=848b43472b7013ba8969c4866442471b0b93de0a;p=pciutils.git diff --git a/lib/configure b/lib/configure index b5f9fad..0f791cc 100755 --- a/lib/configure +++ b/lib/configure @@ -10,7 +10,7 @@ echo_n() { } echo_n "Configuring libpci for your system..." -prefix=${1:-/usr} +sharedir=${1:-/usr/share} version=${2:-0.0} sys=`uname -s` rel=`uname -r` @@ -46,15 +46,9 @@ case $sys in ok=1 ;; alpha|ia64) echo >>$c '#define HAVE_64BIT_ADDRESS' -# echo_n " syscalls" -# echo >>$c '#define HAVE_PM_SYSCALLS' -# ok=1 ;; sparc|sparc64) echo >>$c '#define HAVE_64BIT_ADDRESS' echo >>$c '#define HAVE_LONG_ADDRESS' -# echo_n " syscalls" -# echo >>$c '#define HAVE_PM_SYSCALLS' -# ok=1 ;; esac ;; @@ -86,9 +80,6 @@ echo " dump" if [ -z "$ok" ] ; then echo "WARNING: No real configuration access method is available." fi -echo >>$c "#define PATH_PCI_IDS \"$prefix/share/pci.ids\"" -if [ -f header.h ] ; then - echo >>$c '#define HAVE_OWN_HEADER_H' -fi +echo >>$c "#define PATH_PCI_IDS \"$sharedir/pci.ids\"" echo >>$c "#define PCILIB_VERSION \"$version\"" sed '/^#define [^ ]*$/!d;s/^#define \(.*\)/\1=1/' <$c >config.mk