On 21:23 15 Apr 2003, Dan Espen <dane_at_mk.telcordia.com> wrote:
| Cameron Simpson <cs_at_zip.com.au> writes:
| > What command do I issue to get to the point where I can say "./configure ..."
| The commands are in utils/configure_dev.sh
Thanks. Any reason this script can't be streamlined to this?
set -x
aclocal || exit 1
autoheader || exit 2
automake --add-missing || exit 3
autoreconf || exit 4
./configure ${1+"$_at_"} || exit 5
The reason for final incantation is here:
http://www.cskk.ezoshosting.com/cs/answers/shell-argument-magic.txt
I do the "set -x" thing for several of my own wrappers whose purpose is
to correctly perform some special incantation. It's succinct and actually
recites all the command arguments, versus the plain "echo command_name"
in the script as it is.
Cheers,
--
Cameron Simpson, DoD#743 cs_at_zip.com.au http://www.zip.com.au/~cs/
"What do you want to reinstall today?" - Bob O`Bob <obob_at_shell3.ba.best.com>
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Apr 15 2003 - 20:36:47 BST