Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2013-04-13 06:17:45 -04:00
parent 29b79ba197
commit 8c35e3c3b4

6
autogen/configure vendored
View file

@ -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 ;;