Re: Setting the shell in configure

2000-04-29 Thread Assar Westerlund
"Wilbur Johnson" <[EMAIL PROTECTED]> writes: > What is the best way to set the execution shell for my configure script. At run-time or at configure-time? At run-time you can do env CONFIG_SHELL=/bla/ha configure. At configure-time is worse, because it's set by AC_INIT. /assar

Setting the shell in configure

2000-04-18 Thread Wilbur Johnson
What is the best way to set the execution shell for my configure script. I would like to override /bin/sh. Something in configure.in or more universal? wrj