15b7562f2STrevor Woernerdnl Copyright (C) 2017 Trevor Woerner <twoerner@gmail.com> 25b7562f2STrevor Woerner 3c30d921cSKever YangAC_INIT([Rockchip rkdeveloptool], 1.2, [Eddie Cai <eddie.cai.linux@gmail.com>], rkdeveloptool) 45b7562f2STrevor WoernerAC_PREREQ([2.68]) 55b7562f2STrevor WoernerAC_CONFIG_SRCDIR(main.cpp) 65b7562f2STrevor WoernerAC_CONFIG_AUX_DIR(cfg) 75b7562f2STrevor WoernerAM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 1.9]) 85b7562f2STrevor WoernerAM_CONFIG_HEADER(cfg/config.h) 95b7562f2STrevor Woerner 105b7562f2STrevor WoernerSUBDIRS="" 115b7562f2STrevor Woerner 125b7562f2STrevor WoernerAC_PROG_CPP 135b7562f2STrevor WoernerAC_PROG_CXX 145b7562f2STrevor WoernerAC_PROG_CXXCPP 155b7562f2STrevor WoernerAC_PROG_MAKE_SET 165b7562f2STrevor WoernerAC_PROG_INSTALL 175b7562f2STrevor WoernerAC_PROG_LN_S 185b7562f2STrevor Woerner 19*288c61aaSKlaus GogerAC_SEARCH_LIBS(iconv, iconv) 20*288c61aaSKlaus Goger 215b7562f2STrevor WoernerPKG_CHECK_MODULES(LIBUSB1,libusb-1.0) 225b7562f2STrevor Woerner 235b7562f2STrevor WoernerAC_CONFIG_FILES([Makefile]) 245b7562f2STrevor WoernerAC_CONFIG_FILES([cfg/Makefile]) 255b7562f2STrevor Woerner 265b7562f2STrevor WoernerAC_OUTPUT 27