r5960 - trunk/src/host/dfu-util

stefan at docs.openmoko.org stefan at docs.openmoko.org
Tue May 4 20:11:14 CEST 2010


Author: stefan
Date: 2010-05-04 20:11:14 +0200 (Tue, 04 May 2010)
New Revision: 5960

Modified:
   trunk/src/host/dfu-util/configure.ac
Log:
configure.ac: Remove outdated atmel.c reference.

Modified: trunk/src/host/dfu-util/configure.ac
===================================================================
--- trunk/src/host/dfu-util/configure.ac	2010-05-04 18:11:11 UTC (rev 5959)
+++ trunk/src/host/dfu-util/configure.ac	2010-05-04 18:11:14 UTC (rev 5960)
@@ -5,7 +5,6 @@
 AC_INIT([dfu-util],[0.1])
 AC_CONFIG_AUX_DIR(m4)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-#AC_CONFIG_SRCDIR([src/atmel.c])
 AM_CONFIG_HEADER([config.h])
 
 # Test for new silent rules and enable only if they are available
@@ -17,7 +16,6 @@
 AC_PROG_CC
 
 # Checks for libraries.
-
 PKG_CHECK_MODULES(USB, libusb >= 0.1.4,,
                  AC_MSG_ERROR([*** Required libusb >= 0.1.4 not installed ***]))
 AC_CHECK_LIB([usbpath],[usb_path2devnum],,,-lusb)




More information about the commitlog mailing list