[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: autogen.sh and automake 1.10.1 does not mix,...



Karl Hammar:
...
>   make[1]: MKDIR_P@: Command not found
>   make[1]: *** [../../.desktop-i18n] Error 127
...

Ok, seems to be an bug in autoconf/automake [1], where
the author says that autoconf 2.61 and automake 1.9 is a bad
combination.

Using automake 1.10.1 does not help as seen in previous mail.
Upgrading autoconf to 2.64 or downgrading it to 2.60 does not
help either.

Attached patch solves the problem.

Regards,
/Karl

[1] http://lists.gnu.org/archive/html/autoconf/2007-10/msg00042.html

-----------------------------------------------------------------------
Karl Hammar                    Aspö Data               karl@xxxxxxxxxxx
Lilla Aspö 148                                                 Networks
S-742 94 Östhammar          +46  173 140 57                   Computers
Sweden                     +46  70 511 97 84                 Consulting
-----------------------------------------------------------------------

diff --git a/configure.ac b/configure.ac
index 8e614fb..cd01f2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
 
 AM_INIT_AUTOMAKE
+AC_PROG_MKDIR_P
 
 AC_GNU_SOURCE # FIXME for some reason this is needed?
 

_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user