提交 5c117403 编写于 作者: M Marc G. Fournier

Add in a check for AIX port and set PORTNAME accordingly

Pointed out by: Darren King
上级 20c20b80
此差异已折叠。
......@@ -5,12 +5,13 @@ case "$host_os" in
solaris*)
case "$host_cpu" in
sparc) PORTNAME='sparc_solaris' ;;
i386) PORTNAME='i386_solaris' ;;
i386) PORTNAME='i386_solaris' ;;
esac ;;
linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;;
linux*) PORTNAME='linux' ;;
bsdi*) PORTNAME='bsdi' ;;
freebsd*) PORTNAME='BSD44_derived' ;;
dgux*) PORTNAME='dgux';;
dgux*) PORTNAME='dgux';;
aix*) PORTNAME='aix';;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册