From ce1b6dd273244cc7f3d836b47b74e232703b047b Mon Sep 17 00:00:00 2001 From: "A. Green" Date: Tue, 3 May 2016 21:19:56 -0600 Subject: libraries/libaaio: fixes for crusty autoconf. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libaaio/README | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'libraries/libaaio/README') diff --git a/libraries/libaaio/README b/libraries/libaaio/README index a1f803a01b..202797be87 100644 --- a/libraries/libaaio/README +++ b/libraries/libaaio/README @@ -1,9 +1,10 @@ -libaaio is a software library providing the functionality of getch(), getche() -and kbhit() on Linux and UNIX systems (including Mac OS X). It does not -require an initialization (like curses) and does not abuse the terminal (i.e. -whenever the mode of the terminal is changed its state is stored so it can be -restored). +libaaio is a software library providing the functionality of getch(), +getche() and kbhit() on Linux and UNIX systems (including Mac OS +X). It does not require an initialization (like curses) and does not +abuse the terminal (i.e. whenever the mode of the terminal is changed +its state is stored so it can be restored). -The software has not seen any changes since 2005, but remains useful for -programs that still require it (e.g., beta releases of the Composer's Desktop -Project tools). +The software has not seen any changes since 2005, but remains useful +for programs that still require it. This build installs both the +static and shared libraries, as some programs still explicitly call +for the former. -- cgit v1.2.3