[geany/geany] 630b40: Allow autogen.sh to be run in a seperate build directory
Thomas Martitz
git-noreply at xxxxx
Thu Feb 10 20:43:51 UTC 2022
Branch: refs/heads/master
Author: Thomas Martitz <thomas.martitz at mailbox.org>
Committer: Thomas Martitz <thomas.martitz at mailbox.org>
Date: Thu, 10 Feb 2022 20:43:51 UTC
Commit: 630b40521b63dbd13bda878b99ed152bea064a28
https://github.com/geany/geany/commit/630b40521b63dbd13bda878b99ed152bea064a28
Log Message:
-----------
Allow autogen.sh to be run in a seperate build directory
Some preperations were already in place but the final autoreconf
call must be done in the source tree.
Note, this wasn't possible before the switch to autoreconf either.
Modified Paths:
--------------
autogen.sh
Modified: autogen.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -30,7 +30,7 @@ fi
echo "Processing configure.ac"
-autoreconf --install --verbose
+(cd $srcdir; autoreconf --install --verbose)
if [ "$NOCONFIGURE" = 1 ]; then
echo "Done. configure skipped."
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list