Skip to content

Commit

Permalink
BSD Owl Scripts v3.0.0-20141203
Browse files Browse the repository at this point in the history
This pre-release shows improvements in the support of TeX and friends,
OCaml, scripts, adds support for C (with cross-compilation) and more.

Features:
- Support configuration profiles, so that we can easily switch
  from Debug to Release, for instance.
- The subhsell works even better than before.
- Support architectures, so that we can cross-compile our programs.
- Support C modules.
- Support OCaml modules.
- Support TeX modules, producing documents with index, bibliography,
  output to PDF, PostScript and DVI.
- Support METAPOST modules, producing pictures to use in TeX documents
  and as standalone documents.
- Support shell scripts and Python scripts.
- Support the M4 generic pre-processor.
- Support literate programming with noweb.
- Support parallel mode, allowing concurrent production of targets.

Our automated testsuite completed successfully under:
- Debian 3.16.7-2 (2014-11-06)
- Darwin 10.8.0
- FreeBSD 10.1-RELEASE
- CYGWIN_NT-5.1 1.7.32 (0.274/5/3)

Support of NetBSD and OpenBSD is delayed until the version of make
found in the base system is updated.

This is alpha software and its distribution is intended for testing
purposes only.
  • Loading branch information
foretspaisibles committed Dec 3, 2014
1 parent 4cae469 commit 75cdfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(bps/Makefile)
AC_SUBST([version], [3.0.0-current])
AC_SUBST([version], [3.0.0-20141203])
AC_CONFIG_AUX_DIR([Library/Autoconf])
AC_CANONICAL_HOST
AC_NEED_BSDMAKE()
Expand Down

0 comments on commit 75cdfac

Please sign in to comment.