diff options
| author | Richard M. Stallman | 1997-06-08 01:57:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-08 01:57:13 +0000 |
| commit | 3ffd9bc32f2e91a8d1be5a58cf3f6ee346737d49 (patch) | |
| tree | 34f08a364c3919988373201fc03647f6ee065c58 | |
| parent | 1c0961640a3b4796cc2337cb54b0862b6957a6e6 (diff) | |
| download | emacs-3ffd9bc32f2e91a8d1be5a58cf3f6ee346737d49.tar.gz emacs-3ffd9bc32f2e91a8d1be5a58cf3f6ee346737d49.zip | |
(*:Linux:*:*): Always use ${VENDOR}.
| -rwxr-xr-x | config.guess | 2 |
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 | } |