The branch, master has been updated
       via  6686948ce6be5e7e04e6c482fa7aadd2dd032048 (commit)
      from  a93451504b6fed767c8f668b04667a04d35e1ae5 (commit)


- Log -----------------------------------------------------------------
commit 6686948ce6be5e7e04e6c482fa7aadd2dd032048
Author: Tarek Heiland <[email protected]>
Date:   Tue Mar 24 10:12:22 2009 +0100

    Minor autoconf cleanup

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS      |    1 +
 ChangeLog    |    1 +
 configure.in |    6 +++---
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 17c9ad1..6dca656 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,6 +27,7 @@ see Changelog for full details:
   Peter Holik <[email protected]>
   Rogier Wolff <[email protected]>
   Steven Turner <[email protected]>
+  Tarek Heiland <[email protected]>
   Thomas Fischl <[email protected]>
   Tim Ansell <[email protected]>
   Uwe Bonnes <[email protected]>
diff --git a/ChangeLog b/ChangeLog
index ea692de..0470e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 New in 0.16 - 2009-XX-XX
 ------------------------
+* Minor autoconf cleanup (Tarek Heiland)
 * Code cleanup in various places (Intra2net)
 * Fixed ftdi_read_chipid in some cases (Matthias Richter)
 * eeprom decode function and small cleanups (Marius Kintel)
diff --git a/configure.in b/configure.in
index 51df22a..d44f38d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
-AC_INIT(configure.in)
-
+AC_INIT(libftdi, 0.15)
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libftdi, 0.15)
 
 AC_LANG_C
 AC_PROG_CC
 AM_PROG_LIBTOOL
+AC_PROG_CXX
 
 dnl check for libusb-config
 AC_PATH_PROG(HAVELIBUSB, libusb-config, $PATH)


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to