mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Add in a check for AIX port and set PORTNAME accordingly
Pointed out by: Darren King
This commit is contained in:
313
src/configure
vendored
313
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -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,"
|
||||
|
Reference in New Issue
Block a user