diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-04-13 21:13:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-04-13 21:13:57 -0700 |
commit | d209d646220bf1967e12d2de5c37b2be82e29835 (patch) | |
tree | 88c75c939d82b0d6c6659c1ebeda3de21eae06a4 /build-aux | |
parent | c49f5d573b37f7aaa8d480d568c7e26d975f0320 (diff) | |
download | emacs-d209d646220bf1967e12d2de5c37b2be82e29835.tar.gz emacs-d209d646220bf1967e12d2de5c37b2be82e29835.tar.bz2 emacs-d209d646220bf1967e12d2de5c37b2be82e29835.zip |
Update from Gnulib
This incorporates:
2019-04-07 Add copyright notices in several files
* build-aux/config.sub, doc/misc/texinfo.tex, lib/_Noreturn.h:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/config.sub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index 3b4c7624b68..a44fd8ae908 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -822,7 +822,9 @@ case $basic_machine in cpu=m68k vendor=next case $os in - nextstep* ) + openstep*) + ;; + nextstep*) ;; ns2*) os=nextstep2 |