Add in a check for AIX port and set PORTNAME accordingly
Pointed out by: Darren King
This commit is contained in:
parent
20c20b8018
commit
5c117403e0
305
src/configure
vendored
305
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,7 @@ 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,"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user