aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-08 01:57:13 +0000
committerRichard M. Stallman1997-06-08 01:57:13 +0000
commit3ffd9bc32f2e91a8d1be5a58cf3f6ee346737d49 (patch)
tree34f08a364c3919988373201fc03647f6ee065c58
parent1c0961640a3b4796cc2337cb54b0862b6957a6e6 (diff)
downloademacs-3ffd9bc32f2e91a8d1be5a58cf3f6ee346737d49.tar.gz
emacs-3ffd9bc32f2e91a8d1be5a58cf3f6ee346737d49.zip
(*:Linux:*:*): Always use ${VENDOR}.
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 4d39b91228a..11ad2122965 100755
--- a/config.guess
+++ b/config.guess
@@ -497,7 +497,7 @@ main(argc, argv)
497 printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); 497 printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
498# endif 498# endif
499#else 499#else
500 printf ("%s-pc-linux-gnuaout\n", argv[1]); 500 printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
501#endif 501#endif
502 return 0; 502 return 0;
503} 503}