Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Convert OpenSlide-Java Makefile to Autotools #14

Merged
merged 11 commits into from
Nov 1, 2011
Merged

[RFC] Convert OpenSlide-Java Makefile to Autotools #14

merged 11 commits into from
Nov 1, 2011

Commits on Oct 28, 2011

  1. Autotoolize Makefile

    bgilbert committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    7de2166 View commit details
    Browse the repository at this point in the history
  2. Fix VPATH builds with Ant

    bgilbert committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    b828c87 View commit details
    Browse the repository at this point in the history
  3. Avoid compiler warnings on 32-bit systems

    The JNI code stores a pointer inside a jlong, causing warnings on 32-bit
    systems.  Silence these.
    bgilbert committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    843ec6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa64d20 View commit details
    Browse the repository at this point in the history
  5. Add initial README.txt

    bgilbert committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    b380dd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2011

  1. Add empty m4 directory to repository

    Fixes autoreconf failure.
    bgilbert committed Oct 29, 2011
    Configuration menu
    Copy the full SHA
    4f71df1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2011

  1. Embed JNI library path in JAR, except on Windows

    On Linux, the JNI library will likely not be in the library search path.
    Load it by its full path in this case.
    bgilbert committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    11aa839 View commit details
    Browse the repository at this point in the history
  2. README: Set --build when cross-compiling

    If --host is passed to configure but --build is not, configure will guess
    whether we are cross-compiling based on whether it can run a compiled
    executable.  If the build system is configured to run Windows executables
    via Wine, this test can fail.
    bgilbert committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    43be856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052d2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f49b661 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7db7586 View commit details
    Browse the repository at this point in the history