On 20.06.2005, at 17:40, Gour wrote:
This is (probably) not very uncommon, so I wonder what how do darcs
users
manage to keep their scrips (e.g. configure) executable?
I personally generate the Autoconf output with "autoreconf". All the
other helper scripts are managed in the dist-hook of Automake. So I
just put the following into the top-level Makefile.am:
# Fix some permissions if they are not set properly when building the
tarball
dist-hook:
chmod u+x $(distdir)/ltmain.sh $(distdir)/missing \
$(distdir)/install-sh $(distdir)/config.guess \
$(distdir)/config.sub $(distdir)/config.rpath \
$(distdir)/depcomp $(distdir)/mkinstalldirs
Hope to help,
Philipp Kern
_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users