mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Fix Out-of-tree build
Symlink irssi-version.h into build dir, restoring 550df27558
This commit is contained in:
parent
3eecb4e121
commit
0fcfd37b83
1 changed files with 1 additions and 0 deletions
|
|
@ -659,6 +659,7 @@ AC_OUTPUT
|
|||
dnl ** for building from objdir
|
||||
old_dir=`pwd` && cd $srcdir && whole_dir=`pwd` && cd $old_dir
|
||||
if test "x$old_dir" != "x$whole_dir"; then
|
||||
$LN_S $srcdir/irssi-version.h irssi-version.h
|
||||
if test "x$want_perl" != "xno"; then
|
||||
subdirfiles=""
|
||||
for i in $whole_dir/src/perl/common $whole_dir/src/perl/irc $whole_dir/src/perl/ui $whole_dir/src/perl/textui; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue