Minor autoconf cleanup
authorTarek Heiland <tarek@illimitable.com>
Tue, 24 Mar 2009 09:12:22 +0000 (10:12 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 24 Mar 2009 09:12:22 +0000 (10:12 +0100)
AUTHORS
ChangeLog
configure.in

diff --git a/AUTHORS b/AUTHORS
index 17c9ad1..6dca656 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,6 +27,7 @@ see Changelog for full details:
   Peter Holik <peter@holik.at>
   Rogier Wolff <R.E.Wolff@harddisk-recovery.nl>
   Steven Turner <steven.turner@ftdichip.com>
+  Tarek Heiland <tarek@illimitable.com>
   Thomas Fischl <fischl@fundf.net>
   Tim Ansell <mithro@mithis.com>
   Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
index ea692de..0470e7c 100644 (file)
--- 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)
index 51df22a..d44f38d 100644 (file)
@@ -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)