diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-01-31 23:35:06 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-01-31 23:35:06 +0000 |
commit | 6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 (patch) | |
tree | 73a0657cad8a96c0d0611ec900b95adc4a264be0 /hardinfo2/configure | |
parent | e9906f6d9335ae96cd6afac714646b97edc469a5 (diff) |
Sync with internal subversion
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index 3d174597..58f791c5 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -57,9 +57,9 @@ case $PROC in parisc*) ln -sf linux/parisc arch/this ARCH="ARCH_PARISC" ;; - ia64) - ln -sf linux/ia64 arch/this - ARCH="ARCH_IA64" ;; + sparc*) + ln -sf linux/sparc arch/this + ARCH="ARCH_SPARC" ;; *) # uname -m on m68k doesn't return anything useful :/ grep "680?0" /proc/cpuinfo > /dev/null @@ -91,6 +91,7 @@ if [ -e "$LSPCI" ]; then echo $LSPCI else echo "lspci cannot be found" + exit fi # --------------------------------------------------------------------------- @@ -153,6 +154,7 @@ echo "GTK_CFLAGS = ${GTK_FLAGS}" >> Makefile echo "GLADE_LIBS = ${GLADE_LIBS}" >> Makefile echo "GLADE_CFLAGS = ${GLADE_FLAGS}" >> Makefile echo "PACKAGE = `basename ${PWD}`" >> Makefile +echo "ARCHOPTS = " >> Makefile cat Makefile.in >> Makefile |