mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Removed references to char_traits so that boost/format also works on
GCC 2.95.
This commit is contained in:
parent
d930a9bc5a
commit
1c7d6bf5fc
15 changed files with 222 additions and 239 deletions
12
configure.ac
12
configure.ac
|
@ -16,8 +16,12 @@ AC_PATH_PROG(wget, wget)
|
|||
AC_CHECK_LIB(pthread, pthread_mutex_init)
|
||||
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
AC_CONFIG_FILES([Makefile externals/Makefile src/Makefile scripts/Makefile
|
||||
corepkgs/Makefile corepkgs/fetchurl/Makefile
|
||||
corepkgs/nar/Makefile
|
||||
doc/Makefile doc/manual/Makefile])
|
||||
AC_CONFIG_FILES([Makefile
|
||||
externals/Makefile
|
||||
boost/Makefile boost/format/Makefile
|
||||
src/Makefile
|
||||
scripts/Makefile
|
||||
corepkgs/Makefile corepkgs/fetchurl/Makefile corepkgs/nar/Makefile
|
||||
doc/Makefile doc/manual/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue