Re: Building the argp module fails

2013-06-09 Thread Paul Eggert
Looks like HAVE_CONFIG_H isn't defined? argp is one of the few modules that's using that obsolescent var (dunno why...).

Building the argp module fails

2013-06-09 Thread Brandon Invergo
This is my first try at using gnulib so I won't be surprised if it's a user error. Anyway, I tried importing the argp module into my project and the build of the module itself always fails. I've also tried it in an empty directory with just minimal configure.ac and Makefile.am files and still no