|
From: John D. <sf...@av...> - 2007-01-10 07:58:02
|
On 01/10/2007 02:32 AM, Frederic Bouvier wrote:
>>Running automake --add-missing
>>src/FDM/YASim/Makefile.am:50: bad characters in variable name `'
>>src/FDM/YASim/Makefile.am:57: bad characters in variable name `'
>>src/FDM/YASim/Makefile.am:51: yasim_LDADD multiply defined in condition TRUE
>
>
> try to delete that file and refetch it with CVS
Thanks for the suggestion. That got rid of one bunch of errors.
I fixed another bug myself; the patch is inline below.
Compilation is proceeding smoothly at the moment ... knock on wood.
Again: Thanks!
--- /usr/share/aclocal/lib3ds.m4 2007/01/10 07:52:19 1.1
+++ /usr/share/aclocal/lib3ds.m4 2007/01/10 07:53:20
@@ -1,8 +1,7 @@
dnl
dnl AM_PATH_LIB3DS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl
-AC_DEFUN(AM_PATH_LIB3DS,
-[
+AC_DEFUN([AM_PATH_LIB3DS], [
AC_ARG_WITH(lib3ds-prefix,[ --with-lib3ds-prefix=PFX Prefix where lib3ds is installed (optional)],
lib3ds_config_prefix="$withval", lib3ds_config_prefix="")
|