mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +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' ;;
|
||||
freebsd*) PORTNAME='BSD44_derived' ;;
|
||||
dgux*) PORTNAME='dgux';;
|
||||
aix*) PORTNAME='aix';;
|
||||
*) echo ""
|
||||
echo "*************************************************************"
|
||||
echo "configure does not currently recognize your operating system,"
|
||||
|
Reference in New Issue
Block a user