[Freeciv-Dev] Re: (PR#10233) [bootstrap]
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10233 >
Mateusz Stefek wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=10233 >
>
> I get the following error when I run ./autogen.sh:
> + checking for autoconf >= 2.52 ... found 2.59, ok.
So you use configure.ac, not configure.in, but...
> + checking for automake >= 1.4 ... found 1.4-p6, ok.
old automake.
Untested patch attached.
- Caz
diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac 2004-09-21 18:52:10.062500000 +0300
+++ freeciv/configure.ac 2004-09-21 19:01:50.406250000 +0300
@@ -5,7 +5,7 @@
AC_INIT
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([common/game.c])
-AC_CONFIG_AUX_DIR([bootstrap])
+AC_CONFIG_AUX_DIR(bootstrap)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_TARGET
- [Freeciv-Dev] Re: (PR#10233) [bootstrap],
Marko Lindqvist <=
|
|