diff options
author | Glenn Morris <rgm@gnu.org> | 2011-08-31 06:18:35 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-08-31 06:18:35 -0400 |
commit | 9b6e5515b40f5863df5533fd90428799b62eac43 (patch) | |
tree | 67219d4e882883e3608e0c41b0e1c9080b60af02 /autogen | |
parent | f818cd2a398ced7776c91e41331afb51b00b471a (diff) | |
download | emacs-9b6e5515b40f5863df5533fd90428799b62eac43.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-x | autogen/configure | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/autogen/configure b/autogen/configure index 5996e241c0e..bbd54f57153 100755 --- a/autogen/configure +++ b/autogen/configure @@ -4374,8 +4374,8 @@ configuration=${host_alias-${build_alias-$host}} machine='' opsys='' unported=no case "${canonical}" in - ## GNU/Linux ports - *-*-linux-gnu*) + ## GNU/Linux and similar ports + *-*-linux* ) opsys=gnu-linux case ${canonical} in alpha*) machine=alpha ;; @@ -4472,17 +4472,6 @@ case "${canonical}" in CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" ;; - ia64*-hp-hpux1[1-9]* ) - machine=hp800 opsys=hpux11 - ## FIXME. Peter O'Gorman reports that dumping using unexelf.o doesn't - ## work either: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6811 - CANNOT_DUMP=yes - ;; - - hppa*-*-linux-gnu* ) - machine=hp800 opsys=gnu-linux - ;; - ## IBM machines rs6000-ibm-aix4.[23]* ) machine=ibmrs6000 opsys=aix4-2 |