Compare commits
8 Commits
bash-compl
...
0.9.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a2b44358c | ||
|
|
e253ebb489 | ||
|
|
9bdac2a86c | ||
|
|
04b51d25d1 | ||
|
|
567ee593b3 | ||
|
|
87e5dcd1b8 | ||
|
|
2e33293004 | ||
|
|
882d569077 |
@@ -1,11 +1,11 @@
|
||||
AC_INIT(nix, "0.9")
|
||||
AC_INIT(nix, "0.9.1")
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
|
||||
|
||||
# Change to `1' to produce a `stable' release (i.e., the `preREVISION'
|
||||
# suffix is not added).
|
||||
STABLE=0
|
||||
STABLE=1
|
||||
|
||||
# Put the revision number in the version.
|
||||
if test "$STABLE" != "1"; then
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
<article><title>Nix Release Notes</title>
|
||||
|
||||
|
||||
<section><title>Release 0.9.1 (September 20, 2005)</title>
|
||||
|
||||
<para>This bug fix release addresses a problem with the ATerm library
|
||||
when the <option>--with-aterm</option> flag in
|
||||
<command>configure</command> was <emphasis>not</emphasis> used.</para>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section><title>Release 0.9 (September 16, 2005)</title>
|
||||
|
||||
<para>NOTE: this version of Nix uses Berkeley DB 4.3 instead of 4.2.
|
||||
|
||||
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
@@ -56,7 +56,8 @@ else
|
||||
build-aterm: have-aterm
|
||||
(pfx=`pwd` && \
|
||||
cd $(ATERM) && \
|
||||
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \
|
||||
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \
|
||||
--disable-shared --enable-static CFLAGS=-O1 && \
|
||||
$(MAKE) && \
|
||||
$(MAKE) install)
|
||||
touch build-aterm
|
||||
|
||||
Reference in New Issue
Block a user