Fix stupid mistake in autogen.sh. MacOSX users can now run ./configure without problem.
Add ChangeLog information for next release.
This commit is contained in:
parent
e98e7d9415
commit
c0bcce387e
2 changed files with 14 additions and 1 deletions
13
ChangeLog
13
ChangeLog
|
@ -0,0 +1,13 @@
|
|||
Jul 22, 2009 - 1.1.1
|
||||
- License changed from GPLv3 to LGPLv3
|
||||
- ARYGON ADRA-USB/ADRB-USB reader support
|
||||
- PN533 support
|
||||
- C99 standard (all custom defined types have been renamed)
|
||||
- Autotoolized for GNU/Linux, *BSD
|
||||
- nfc tools (emulate, relay, list, mftool) are now prefixed by nfc in GNU/Linux and *BSD
|
||||
|
||||
Mar 27, 2009 - 1.1.0
|
||||
- Next generation, support for ACR122v2 and PN531 USB devices
|
||||
|
||||
Feb 12, 2009 - 1.0.0
|
||||
- Initial release
|
|
@ -17,7 +17,7 @@ FreeBSD)
|
|||
;;
|
||||
esac
|
||||
|
||||
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1
|
||||
echo "Running aclocal..." ; aclocal $ACLOCAL_ARGS || exit 1
|
||||
echo "Running autoheader..." ; autoheader || exit 1
|
||||
echo "Running autoconf..." ; autoconf || exit 1
|
||||
echo "Running libtoolize..." ; $LIBTOOLIZE --copy --automake || exit 1
|
||||
|
|
Loading…
Reference in a new issue