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
311
src/configure
vendored
311
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -7,10 +7,11 @@ solaris*)
|
||||
sparc) PORTNAME='sparc_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,"
|
||||
|
Loading…
x
Reference in New Issue
Block a user