mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
(*:Linux:*:*): Always use ${VENDOR}.
This commit is contained in:
parent
2a1e7fbe55
commit
39ba13b93e
2
config.guess
vendored
2
config.guess
vendored
@ -497,7 +497,7 @@ main(argc, argv)
|
||||
printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
|
||||
# endif
|
||||
#else
|
||||
printf ("%s-pc-linux-gnuaout\n", argv[1]);
|
||||
printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user