[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 4178c1: Regenerate build files using current Automake (v1....



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 4178c1c7b1d513cded928882f490e853b68add68
      https://github.com/csmith-project/creduce/commit/4178c1c7b1d513cded928882f490e853b68add68
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2014-06-02 (Mon, 02 Jun 2014)

  Changed paths:
    M Makefile.in
    M aclocal.m4
    M autoconf/config.guess
    M autoconf/config.sub
    M autoconf/missing
    M clang_delta/Makefile.in
    M clex/Makefile.in
    M configure
    M creduce/Makefile.in
    M scripts/Makefile.in
    M tests/Makefile.in

  Log Message:
  -----------
  Regenerate build files using current Automake (v1.14.1).


  Commit: 6de45e71d36107462c505b9ac58a65ec0efb6df5
      https://github.com/csmith-project/creduce/commit/6de45e71d36107462c505b9ac58a65ec0efb6df5
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2014-06-02 (Mon, 02 Jun 2014)

  Changed paths:
    M clang_delta/Makefile.am
    M clang_delta/Makefile.in
    M configure
    M m4/ax_llvm.m4

  Log Message:
  -----------
  Reimplement the "autoconfig hack" from commit 23121ed.

At commit 23121ed, Yang Chen made changes by hand to files `configure'
and `clang_delta/Makefile.in'.  Those changes were lost at commit
4178c1c, when I regenerated those files.

This commit restores the changes and does so in a way that allows them
to persist.

While experimenting with this, I realized that in LLVM 3.4 release,
`llvm-config --system-libs' is not implemented.  So this hack that Yang
implemented needs to be rethought.


Compare: https://github.com/csmith-project/creduce/compare/e32fcb418bd0...6de45e71d361