Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mroonga/mroonga
base: 3d48573a9b2a
Choose a base ref
...
head repository: mroonga/mroonga
compare: e11dc942f28c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 11, 2013

  1. Use subdir-objects option in Automake

    automake 1.14 showes the following warning:
    
        test/unit/Makefile.am:24: warning: source file '../../mrn_sys.cpp' is in a subdirectory,
        test/unit/Makefile.am:24: but option 'subdir-objects' is disabled
        automake-1.14: warning: possible forward-incompatibility.
        automake-1.14: At least a source file is in a subdirectory, but the 'subdir-objects'
        automake-1.14: automake option hasn't been enabled.  For now, the corresponding output
        automake-1.14: object file(s) will be placed in the top-level directory.  However,
        automake-1.14: this behaviour will change in future Automake versions: they will
        automake-1.14: unconditionally cause object files to be placed in the same subdirectory
        automake-1.14: of the corresponding sources.
        automake-1.14: You are advised to start using 'subdir-objects' option throughout your
        automake-1.14: project, to avoid future incompatibilities.
    
    So I use subdir-objects option.
    
    See:
    http://www.gnu.org/software/automake/manual/automake.html#index-subdir_002dobjects
    kou committed Sep 11, 2013
    Copy the full SHA
    e11dc94 View commit details
    Browse the repository at this point in the history