Re: problem importing argp

2006-08-15 Thread Simon Josefsson
ulman.edu/~gurganbl > > -Original Message- > From: Sergey Poznyakoff [mailto:[EMAIL PROTECTED] > Sent: Tue 08/15/06 8:49 AM > To: Gurganus, Brant L > Cc: bug-gnulib@gnu.org > Subject: RE: problem importing argp > > Gurganus, Brant L <[EMAIL PROTECTED]> wrot

RE: problem importing argp

2006-08-15 Thread Gurganus, Brant L
Title: RE: problem importing argp It seems that various AC_FUNC_{} macros in configure.ac modify the behavior of the gnulib Makefile on the line containing @LIBOBJS@: libgnu_a_LIBADD = @LIBOBJS@ Brant Gurganus http://www.rose-hulman.edu/~gurganbl -Original Message- From: Sergey

RE: problem importing argp

2006-08-15 Thread Sergey Poznyakoff
Gurganus, Brant L <[EMAIL PROTECTED]> wrote: > Why were those files added to the Makefile when I ran "{path to gnulib > checkout}/gnulib-tool --import argp" then and what is the resolution > for the problem? They cames from a line that use @ALLOCA@ in the > generated Makefile and when I removed AC

RE: problem importing argp

2006-08-15 Thread Gurganus, Brant L
Title: RE: problem importing argp Why were those files added to the Makefile when I ran "{path to gnulib checkout}/gnulib-tool --import argp" then and what is the resolution for the problem? They cames from a line that use @ALLOCA@ in the generated Makefile and when I removed AC_F

Re: problem importing argp

2006-08-15 Thread Sergey Poznyakoff
Gurganus, Brant L <[EMAIL PROTECTED]> wrote: > lib/Makefile.am:18: required file `lib/memcmp.c' not found > lib/Makefile.am:18: required file `lib/malloc.c' not found > lib/Makefile.am:18: required file `lib/lstat.c' not found > lib/Makefile.am:18: required file `lib/stat.c' not found >From these

problem importing argp

2006-08-14 Thread Gurganus, Brant L
Title: problem importing argp I imported the argp module, seemingly successfully. I added the appropriate lines to configure.ac and Makefile.am. When I run autoreconf, I receive this message: lib/Makefile.am:18: required file `lib/memcmp.c' not found lib/Makefile.am:18: required file