diff --git a/ChangeLog b/ChangeLog index d5db719..3c4907b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,11 +11,15 @@ * include/jit/jit-plus.h * jitplus/jit-plus-function.cpp (insn_label_tight): likewise. + * README, tests/README, jitruby/README: update. + 2016-04-07 Aleksey Demakov * jit/jit-insn.c (jit_insn_call): the "intuit additional flags" code was using wrong (caller instead of callee) function. + * bootstrap: renamed from auto_gen.sh + 2016-03-09 Ketmar Dark * jit/jit-insn.c (jit_insn_nop): add function. diff --git a/README b/README index 8c1dd39..b057614 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ autoconf, automake, and libtool. These tools let you create ./configure script which is miising in the repository. To run autotools you would just do the followoing: - ./auto_gen.sh + ./bootstrap Compiler notes diff --git a/jitruby/README b/jitruby/README index 9c55e22..754f053 100644 --- a/jitruby/README +++ b/jitruby/README @@ -30,9 +30,9 @@ release like this: Or the latest development version like this: - $ cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/dotgnu-pnet co libjit + $ git clone git://git.savannah.gnu.org/libjit.git $ cd libjit - $ ./auto_gen.sh + $ ./bootstrap $ ./configure $ make $ sudo make install diff --git a/tests/README b/tests/README index b16b092..59411c4 100644 --- a/tests/README +++ b/tests/README @@ -9,7 +9,7 @@ following steps: 2. Add "foo.pas" to the "TESTS" list in "Makefile.am". - 3. Re-run "auto_gen.sh" and "configure". + 3. Re-run "bootstrap" and "configure". 4. Type "make check" in this directory to run all of the test cases.