mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.guess: Remove space after "#endif", as Gnulib and some
other downstream projects frown on trailing white space. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
798218fde9
commit
b98424c249
@ -1,3 +1,8 @@
|
|||||||
|
2019-05-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* config.guess: Remove space after "#endif", as Gnulib and some
|
||||||
|
other downstream projects frown on trailing white space.
|
||||||
|
|
||||||
2019-04-28 Urs Janßen <urs@tin.org>
|
2019-04-28 Urs Janßen <urs@tin.org>
|
||||||
|
|
||||||
* config.guess: Use utsname version instead of preprocessor macros
|
* config.guess: Use utsname version instead of preprocessor macros
|
||||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -1580,7 +1580,7 @@ main ()
|
|||||||
printf ("mips-dec-ultrix%s\n", un.release); exit (0);
|
printf ("mips-dec-ultrix%s\n", un.release); exit (0);
|
||||||
#else
|
#else
|
||||||
printf ("mips-dec-ultrix\n"); exit (0);
|
printf ("mips-dec-ultrix\n"); exit (0);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user