diff -Naur freeciv-2.2.2/autogen.sh freeciv-2.2.2-haiku/autogen.sh
|
old
|
new
|
|
| 215 | 215 | fi |
| 216 | 216 | } |
| 217 | 217 | |
| 218 | | # Chdir to the srcdir, then run auto* tools. |
| 219 | | cd $SRCDIR |
| 220 | | |
| 221 | | [ -f $srcfile ] || { |
| 222 | | echo "Are you sure $SRCDIR is a valid source directory?" |
| 223 | | exit 1 |
| 224 | | } |
| 225 | | |
| 226 | 218 | # Check against acinclude.m4, which earlier versions used to generate. |
| 227 | 219 | [ -f acinclude.m4 ] && { |
| 228 | 220 | echo "There is file acinclude.m4 in source directory." |
diff -Naur freeciv-2.2.2/configure.ac freeciv-2.2.2-haiku/configure.ac
|
old
|
new
|
|
| 788 | 788 | AC_CHECK_LIB(nsl, gethostbyname, LIBS="-lnsl $LIBS") |
| 789 | 789 | fi |
| 790 | 790 | if test $ac_cv_func_connect = no; then |
| 791 | | AC_CHECK_LIB(socket, connect, LIBS="-lsocket $LIBS") |
| | 791 | AC_CHECK_LIB(network, connect, LIBS="-lnetwork $LIBS") |
| 792 | 792 | fi |
| 793 | 793 | if test $ac_cv_func_bind = no; then |
| 794 | 794 | AC_CHECK_LIB(bind, gethostbyaddr, LIBS="-lbind $LIBS") |
diff -Naur freeciv-2.2.2/dependencies/lua-5.1/src/localluaconf.h freeciv-2.2.2-haiku/dependencies/lua-5.1/src/localluaconf.h
|
old
|
new
|
|
| 26 | 26 | #ifdef HAVE_POPEN |
| 27 | 27 | #define LUA_USE_POPEN |
| 28 | 28 | #endif |
| 29 | | #ifdef HAVE__LONGJMP |
| 30 | | #define LUA_USE_ULONGJMP |
| 31 | | #endif |
| 32 | 29 | |
| 33 | 30 | #endif /* FC__LOCALLUACONF_H */ |