automake and flex

2008-06-30 Thread Mike Tegtmeyer
I'd like to report a possible bug/limitation in automake and it's use with flex. It seems that ylwrap strips out or otherwise does not recognize the --header-file=foo.h option provided in AM_LFLAGS. My successful useage under 1.9 has been (obviously since ylwrap was not called due to

Re: How to install shell script?

2008-06-30 Thread Harlan Stenn
sysconf_SCRIPTS H -- Hi, I use sysconf_DATA= etc/net.up etc/net.down in my Makefile.am and expect that when I run 'make install' then those shell scripts (net.up, net.down) can be installed in PREFIX/etc . It really work, just except that these scripts are not chmod to executable.

Re: How to install shell script?

2008-06-30 Thread Steven Woody
On Mon, Jun 30, 2008 at 4:39 PM, Harlan Stenn [EMAIL PROTECTED] wrote: sysconf_SCRIPTS Hi, If I do that, 'automake' will fail and report: Makefile.am:10: `sysconfdir' is not a legitimate directory for `SCRIPTS' Did you miss somthing?

Re: How to install shell script?

2008-06-30 Thread Harlan Stenn
On Mon, Jun 30, 2008 at 4:39 PM, Harlan Stenn [EMAIL PROTECTED] wrote: sysconf_SCRIPTS Hi, If I do that, 'automake' will fail and report: Makefile.am:10: `sysconfdir' is not a legitimate directory for `SCRIPTS' Did you miss somthing? Yes. So you will need to create a new

Re: How to install shell script?

2008-06-30 Thread Steven Woody
On Mon, Jun 30, 2008 at 7:15 PM, Harlan Stenn [EMAIL PROTECTED] wrote: On Mon, Jun 30, 2008 at 4:39 PM, Harlan Stenn [EMAIL PROTECTED] wrote: sysconf_SCRIPTS Hi, If I do that, 'automake' will fail and report: Makefile.am:10: `sysconfdir' is not a legitimate directory for `SCRIPTS'