From 93184ce08d8b7573e8e35c3d5399b14671f96aec Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Thu, 21 Sep 2006 23:43:09 +0000 Subject: [PATCH] Fixes for srcdir != builddir. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4375 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 -- src/common.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.in b/configure.in index d77ea086..a8d503e9 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/src/common.h b/src/common.h index fcc4df86..085125a5 100644 --- a/src/common.h +++ b/src/common.h @@ -14,7 +14,7 @@ #define DEFAULT_SERVER_ADD_PORT 6667 #ifdef HAVE_CONFIG_H -#include "../config.h" +#include "config.h" #endif #include