OrangeShark / guile-commonmark

Implementation of CommonMark for Guile
GNU Lesser General Public License v3.0
38 stars 8 forks source link

Fail to bootstrap: scripts/gcmark.in not found. #7

Closed wigust closed 7 years ago

wigust commented 7 years ago

Hello,

Where could I get scripts/gcmark.in?

natsu@magnolia ~/src/guile-commonmark [env]$ ./bootstrap 
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /gnu/store/1ppqh79pkzxn0y945dcxmvp1y2fpd8iv-autoconf-2.69/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:6: installing 'build-aux/install-sh'
configure.ac:6: installing 'build-aux/missing'
configure.ac:13: error: required file 'scripts/gcmark.in' not found
autoreconf: automake failed with exit status: 1
OrangeShark commented 7 years ago

Hello,

Sorry about that, forgot to include that file. You can try again now.

wigust commented 7 years ago

Erik Edrosa notifications@github.com writes:

Hello,

Sorry about that, forgot to include that file. You can try again now.

It works, thanks!