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 `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
autoreconf-2.59: automake failed with exit status: 1
It seems that argp is not importing everything it should be importing.
Brant Gurganus
http://www.rose-hulman.edu/~gurganbl
Title: problem importing argp
- problem importing argp Gurganus, Brant L
- Re: problem importing argp Sergey Poznyakoff
- RE: problem importing argp Gurganus, Brant L
- RE: problem importing argp Sergey Poznyakoff
- RE: problem importing argp Gurganus, Brant L
- Re: problem importing argp Simon Josefsson