Use m4-mode when editinging configure.in under emacs.
authorTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 05:47:41 +0000 (05:47 +0000)
committerTim Potter <tpot@samba.org>
Thu, 4 Apr 2002 05:47:41 +0000 (05:47 +0000)
commit4caf71d5b28e003133bacca153278478d8245989
treefb4b94f5f61c3ca914b916b221ab27ac7c222019
parent2bf6595a2a5527ff64f9083f2434aa344c9637d9
Use m4-mode when editinging configure.in under emacs.

Use $CC instead of $SHLD for the "test whether building a shared library
actually works".  At the moment this is failing as $SHLD (and $LDSHFLAGS -
look at the value this is set to for Solaris) are designed to be used from
a Makefile and not within configure so this test will always fail!

Tridge has suggested moving to libtool^H^H^H^H^H a shell script that
invokes the right linker with the right args and solves this problem
nicely.
source/configure.in