libphobos: Remove --enable-unix configure option.
authorIain Buclaw <ibuclaw@gdcproject.org>
Wed, 8 Apr 2020 20:52:05 +0000 (22:52 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Wed, 8 Apr 2020 20:52:05 +0000 (22:52 +0200)
commit72c136c9007e37b76426b847e8b239c0708b8da7
treeae6a8fff04ae15047b9b0b221ba0256b97829b59
parentd0cc1b79b39994c917abb23f71064bb39eedcc70
libphobos: Remove --enable-unix configure option.

This option is not useful on its own as all posix modules require the
compiler to predefine version(Posix) anyway.  So the option has been
removed, and logic moved into DRUNTIME_OS_SOURCES, where the conditional
DRUNTIME_OS_POSIX is set instead.

libphobos/ChangeLog:

* configure: Regenerate.
* configure.ac: Remove DRUNTIME_OS_UNIX.
* libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
DRUNTIME_OS_POSIX is true.
* libdruntime/Makefile.in: Regenerate.
* m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
logic to...
(DRUNTIME_OS_SOURCES): ...here.  Rename conditional to
DRUNTIME_OS_POSIX.
libphobos/ChangeLog
libphobos/configure
libphobos/configure.ac
libphobos/libdruntime/Makefile.am
libphobos/libdruntime/Makefile.in
libphobos/m4/druntime/os.m4