This commit is contained in:
ailin-nemui 2018-09-14 10:10:16 +00:00 committed by GitHub
commit 10e4b853cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 213 additions and 208 deletions

View file

@ -745,6 +745,9 @@ irssi-config
AC_OUTPUT
dnl ** make the paths like include headers later
$LN_S $srcdir irssi
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