mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
fix irssi-version link
This commit is contained in:
parent
37f7c7f374
commit
9bbacf861b
@ -766,13 +766,11 @@ irssi-config
|
||||
])
|
||||
|
||||
dnl ** make the paths like include headers later
|
||||
AC_CONFIG_LINKS([
|
||||
irssi/irssi-config.h:irssi-config.h
|
||||
irssi/irssi-version.h:irssi-version.h
|
||||
])
|
||||
AC_CONFIG_LINKS([irssi/irssi-config.h:irssi-config.h])
|
||||
AC_LINK_FILES([$srcdir/src],[irssi/src])
|
||||
|
||||
AC_OUTPUT
|
||||
$LN_S ../irssi-version.h irssi/irssi-version.h
|
||||
|
||||
dnl ** for building from objdir
|
||||
old_dir=`pwd` && cd $srcdir && whole_dir=`pwd` && cd $old_dir
|
||||
|
Loading…
Reference in New Issue
Block a user