Skip to content

fix: tcode is located in top_builddir, not top_srcdir.#29

Open
sprintersb wants to merge 1 commit intoumontreal-simul:masterfrom
sprintersb:fix-builddir
Open

fix: tcode is located in top_builddir, not top_srcdir.#29
sprintersb wants to merge 1 commit intoumontreal-simul:masterfrom
sprintersb:fix-builddir

Conversation

@sprintersb
Copy link
Copy Markdown

GNU autoconf allows to build a software in a dedicated, new build folder. This can be used in situations where more than one configuration should be built, or when it is undesirable to clutter up the source directory with built files all over the place.

In such a layout, the built tcode executable is located in builddir, not srcdir. This error will only come apparent when configure is not run in srcdir. When srcdir = builddir, the patch has (effectively) no effect.

* include/Makefile.am: Use top_buiddir instead of top_srcdir in the path to tcode.

GNU autoconf allows to build a software in a dedicated, new build folder.
This can be used in situations where more than one configuration
should be built, or when it is undesirable to clutter up the source
directory with built files all over the place.

In such a layout, the built tcode executable is located in builddir,
not srcdir.  This error will only come apparent when configure is not
run in srcdir.  When srcdir = builddir, the patch has (effectively) no effect.

	* include/Makefile.am: Use top_buiddir instead of top_srcdir
	in the path to tcode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant