- 993 名前:login:Penguin [2019/03/05(火) 13:48:44.16 ID:+zMgSIQY.net]
- m@s:~$ git clone -b test --depth 1 https://github.com/yama-natuki/JD.git jd
Cloning into 'jd'... remote: Enumerating objects: 567, done. remote: Counting objects: 100% (567/567), done. remote: Compressing objects: 100% (545/545), done. remote: Total 567 (delta 52), reused 169 (delta 20), pack-reused 0 Receiving objects: 100% (567/567), 938.20 KiB | 658.00 KiB/s, done. Resolving deltas: 100% (52/52), done. m@s:~$ cd jd m@s:~/jd$ autoreconf -i libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:9: installing './compile' configure.ac:15: installing './config.guess' configure.ac:15: installing './config.sub' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' src/Makefile.am: installing './depcomp' m@s:~/jd$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes
|

|