Commit 5c117403 authored by Marc G. Fournier's avatar Marc G. Fournier

Add in a check for AIX port and set PORTNAME accordingly

Pointed out by: Darren King
parent 20c20b80
This diff is collapsed.
...@@ -7,10 +7,11 @@ solaris*) ...@@ -7,10 +7,11 @@ solaris*)
sparc) PORTNAME='sparc_solaris' ;; sparc) PORTNAME='sparc_solaris' ;;
i386) PORTNAME='i386_solaris' ;; i386) PORTNAME='i386_solaris' ;;
esac ;; esac ;;
linux*) PORTNAME='linux' ;; linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;; bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;; freebsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';; dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
*) echo "" *) echo ""
echo "*************************************************************" echo "*************************************************************"
echo "configure does not currently recognize your operating system," echo "configure does not currently recognize your operating system,"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment