Auto-commit of generated files.
This commit is contained in:
parent
29b79ba197
commit
8c35e3c3b4
1 changed files with 5 additions and 1 deletions
6
autogen/configure
vendored
6
autogen/configure
vendored
|
@ -4672,6 +4672,11 @@ case "${canonical}" in
|
|||
## fi
|
||||
;;
|
||||
|
||||
## Cygwin ports
|
||||
*-*-cygwin )
|
||||
opsys=cygwin
|
||||
;;
|
||||
|
||||
## HP 9000 series 700 and 800, running HP/UX
|
||||
hppa*-hp-hpux10.2* )
|
||||
opsys=hpux10-20
|
||||
|
@ -4745,7 +4750,6 @@ case "${canonical}" in
|
|||
## Intel 386 machines where we don't care about the manufacturer.
|
||||
i[3456]86-*-* )
|
||||
case "${canonical}" in
|
||||
*-cygwin ) opsys=cygwin ;;
|
||||
*-darwin* ) opsys=darwin ;;
|
||||
*-sysv4.2uw* ) opsys=unixware ;;
|
||||
*-sysv5uw* ) opsys=unixware ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue