xref: /rkdeveloptool/configure.ac (revision 5b7562f2de7374e1e6d47cfc37120a2d9cd243f1)
1*5b7562f2STrevor Woernerdnl Copyright (C) 2017  Trevor Woerner <twoerner@gmail.com>
2*5b7562f2STrevor Woerner
3*5b7562f2STrevor WoernerAC_INIT([Rockchip rkdeveloptool], 1.0, [Eddie Cai <eddie.cai.linux@gmail.com>], rkdeveloptool)
4*5b7562f2STrevor WoernerAC_PREREQ([2.68])
5*5b7562f2STrevor WoernerAC_CONFIG_SRCDIR(main.cpp)
6*5b7562f2STrevor WoernerAC_CONFIG_AUX_DIR(cfg)
7*5b7562f2STrevor WoernerAM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 1.9])
8*5b7562f2STrevor WoernerAM_CONFIG_HEADER(cfg/config.h)
9*5b7562f2STrevor Woerner
10*5b7562f2STrevor WoernerSUBDIRS=""
11*5b7562f2STrevor Woerner
12*5b7562f2STrevor WoernerAC_PROG_CPP
13*5b7562f2STrevor WoernerAC_PROG_CXX
14*5b7562f2STrevor WoernerAC_PROG_CXXCPP
15*5b7562f2STrevor WoernerAC_PROG_MAKE_SET
16*5b7562f2STrevor WoernerAC_PROG_INSTALL
17*5b7562f2STrevor WoernerAC_PROG_LN_S
18*5b7562f2STrevor Woerner
19*5b7562f2STrevor WoernerPKG_CHECK_MODULES(LIBUSB1,libusb-1.0)
20*5b7562f2STrevor Woerner
21*5b7562f2STrevor WoernerAC_CONFIG_FILES([Makefile])
22*5b7562f2STrevor WoernerAC_CONFIG_FILES([cfg/Makefile])
23*5b7562f2STrevor Woerner
24*5b7562f2STrevor WoernerAC_OUTPUT
25