Here's a bug that I've been trying to find a good way to fix, and I 
just can't seem to find one...

When you do a ./configure to build tn5250, it creates a file called
src/tn5250-config.h  In this file is a line that looks like this:

      /* Define this to the system config directory. */
      #define SYSCONFDIR "${prefix}/etc"


What I'm looking for is a way to replace the "${prefix}" with a directory,
such as /usr/local.   Right now, what it does is actually look for a 
directory called "${prefix}", and that just doesn't work :)

Shouldn't autoconf be replacing ${prefix} with the actual directory name?
it appears to me that it SHOULD -- but I've tested it, and it never does.

I've tested this on RedHat 6.1, and 6.2 as well as FreeBSD.  I think I'm
using autoconf 2.13 on all of these systems...

Thanks for any help/tips...



+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---

Reply via email to