rockchip-linux / rkdeveloptool

GNU General Public License v2.0
159 stars 91 forks source link

autoconf failed in XUbuntu 16.04.03 desktop #18

Closed CodyXie closed 4 years ago

CodyXie commented 6 years ago
autoconf -i
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:8: error: possibly undefined macro: AM_CONFIG_HEADER

Fixed following by : https://bugs.freedesktop.org/show_bug.cgi?id=87297


Please add the following to README.md

sudo apt install pkg-config libtool-bin
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf

Then

./configure
make
wzyy2 commented 6 years ago

I think autoreconf -i will run things in the right order. https://github.com/rockchip-linux/rkdeveloptool/blob/master/Readme.txt#L7