不知道哪里错了,但是make一直显示没有指明目标,但是实际上libconfig-master文件夹内是有makefile文件的,求助大神,万分感谢
root@guo-virtual-machine:/home/guo/libconfig-master# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
./configure: line 2320: AM_INIT_AUTOMAKE: command not found
configure: libconfig - made with pride in Colorado
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
./configure: line 3589: syntax error near unexpected token `ac_ext=c'
./configure: line 3589: `ac_ext=c'
root@guo-virtual-machine:/home/guo/libconfig-master# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@guo-virtual-machine:/home/guo/libconfig-master# sudo make