Re: automake/376: Controlling the order of installation

2002-11-26 Thread Alexandre Duret-Lutz
>>> "Philip" == Philip Willoughby <[EMAIL PROTECTED]> writes: Philip> I have: Philip> lib_LTLIBRARIES=libaptttest.la Philip> libaptttest_la_SOURCES=aptt/test/test.c Philip> libaptttest_la_LIBADD=libapttlog.la @LTLIBINTL@ Philip> pkglib_LTLIBRARIES=libapttlog.la Philip> libapttlog_la_SOURCES

Re: Patch: Too many files in AC_OUTPUT cause M4 error

2002-11-26 Thread Alexandre Duret-Lutz
[M-F-T: [EMAIL PROTECTED]] >>> "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes: [...] Martin> I've created a patch which is aware of M4 problem and Martin> separates the task into two expressions - first removes the Martin> terminating space, then strips the leading one and puts brackets

Re: Uninitialized value in string ...

2002-11-26 Thread Martin Frydl
Hello Izabella, this problem is probably caused by too many files in AC_OUTPUT. Does it print also /usr/bin/m4: Error matching regular expression `^ *\(.*\) *$' It was reported by Dave Benson and me. I've created Autoconf patch which should fix it. Martin http://mail.gnu.org/pipermail

Uninitialized value in string ...

2002-11-26 Thread Szekely Izabella
Hello! I use automake 1.7.1, on Read Hat Linux 7.3. When I run automake, I get I have following error Use of uninitialized value in string eq at /usr/bin/automake line 5149, line 2. Use of uninitialized value in string eq at /usr/bin/automake line 5149, line 5. Use of uninitialized value in stri

Re: error 'traces.m4' running automake-1.7

2002-11-26 Thread Martin Frydl
Hello Dave, I've created a patch file for Autoconf fixing this problem. I've posted it to Autoconf but noone responded yet. Can you try it and let me know? Martin http://mail.gnu.org/pipermail/automake/2002-November/012234.html Dave Benson wrote: ok, i still don't completely understand wh

Controlling the order of installation

2002-11-26 Thread Philip Willoughby
I have: lib_LTLIBRARIES=libaptttest.la libaptttest_la_SOURCES=aptt/test/test.c libaptttest_la_LIBADD=libapttlog.la @LTLIBINTL@ pkglib_LTLIBRARIES=libapttlog.la libapttlog_la_SOURCES=aptt/log/log.c libapttlog_la_LIBADD=@LIBLTDL@ in a Makefile.am. Unfortunately, automake does not recognise that l