mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Add in a check for AIX port and set PORTNAME accordingly
Pointed out by: Darren King
This commit is contained in:
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,"
|
||||||
|
Reference in New Issue
Block a user