xref: /rkdeveloptool/configure.ac (revision c30d921c26f1105311971e7cc3731cac267aae66)
15b7562f2STrevor Woernerdnl Copyright (C) 2017  Trevor Woerner <twoerner@gmail.com>
25b7562f2STrevor Woerner
3*c30d921cSKever 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
195b7562f2STrevor WoernerPKG_CHECK_MODULES(LIBUSB1,libusb-1.0)
205b7562f2STrevor Woerner
215b7562f2STrevor WoernerAC_CONFIG_FILES([Makefile])
225b7562f2STrevor WoernerAC_CONFIG_FILES([cfg/Makefile])
235b7562f2STrevor Woerner
245b7562f2STrevor WoernerAC_OUTPUT
25