<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
You have to add the makefiles by hand in the configure.in file<br>
<br>
Example:<br>
Old file:<br>
<br>
AC_INIT(configure.in)<br>
<br>
AM_CONFIG_HEADER(config.h)<br>
AM_INIT_AUTOMAKE(io_test, 0.1)<br>
<br>
AC_LANG_CPLUSPLUS<br>
AC_PROG_CXX<br>
AM_PROG_LIBTOOL<br>
<br>
AC_OUTPUT(Makefile src/Makefile)<br>
<br>
New file:<br>
<br>
AC_INIT(configure.in)<br>
<br>
AM_CONFIG_HEADER(config.h)<br>
AM_INIT_AUTOMAKE(io_test, 0.1)<br>
<br>
AC_LANG_CPLUSPLUS<br>
AC_PROG_CXX<br>
AM_PROG_LIBTOOL<br>
<br>
AC_OUTPUT(Makefile src/Makefile src/cmc_lib/Makefile src/dataio_lib/Makefile
src/dwt_lmc/Makefile)<br>
<br>
<br>
<br>
Hope this helps until someone fixes this in autoproject part,<br>
Amilcar Lucas<br>
<br>
<br>
<br>
Victor Röder wrote:<br>
<blockquote type="cite" cite="mid31397.1045565080@www64.gmx.net">
<pre wrap="">Hi,
</pre>
<blockquote type="cite">
<pre wrap="">I can confirm this. Gideon does not update configure.in in some
situations.
The Makefile must be added manually to the configure.in file.
Does manually changing configure.in help?
</pre>
</blockquote>
<pre wrap=""><!---->
With which command can I update configure.in? Simply run ./configure?
Thanks,
Victor
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="$mailwrapcol">--
Amilcar Lucas
---------------------------------------------------------------------------
Institut fuer Datentechnik und Kommunikationsnetze
Technische Universitaet Braunschweig, Germany
Amilcar do Carmo Lucas Tel. : +49 531 391 3751
Raum 1315 Fax : +49 531 391 3750
Hans-Sommer Str. 66 Email: <a class="moz-txt-link-abbreviated" href="mailto:amilcar@ida.ing.tu-bs.de">amilcar@ida.ing.tu-bs.de</a>
D-38106 Braunschweig
<a class="moz-txt-link-freetext" href="http://www.ida.ing.tu-bs.de/people/amilcar/home.e.shtml">http://www.ida.ing.tu-bs.de/people/amilcar/home.e.shtml</a>
---------------------------------------------------------------------------
</pre>
<br>
</body>
</html>