1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

Fixes for srcdir != builddir.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4375 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2006-09-21 23:43:09 +00:00 committed by exg
parent 75a5814136
commit 93184ce08d
2 changed files with 1 additions and 3 deletions

View File

@ -969,8 +969,6 @@ irssi-config)
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

View File

@ -14,7 +14,7 @@
#define DEFAULT_SERVER_ADD_PORT 6667
#ifdef HAVE_CONFIG_H
#include "../config.h"
#include "config.h"
#endif
#include <stdio.h>