]> git.draconx.ca Git - dxcommon.git/commit
Import exported.sh from cdecl99.
authorNick Bowler <nbowler@draconx.ca>
Wed, 15 Aug 2012 20:46:33 +0000 (16:46 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Aug 2012 01:21:28 +0000 (21:21 -0400)
commit2e5b48374d80959256e535bc1973f032158bde9e
tree24b9b7cbf7d13b9f88b841e724e6bea4918361f5
parentac1292661f52ce20168bb942ad207f5b935669ef
Import exported.sh from cdecl99.

This script is required for the glconfig.mk snippet to actually
work, but it somehow got forgotten when that snippet was imported.

Bring in the script, and add M4 plumbing to support finding auxilliary
files in the dxcommon source directory.  The result should be totally
automatic, although this unfortunately means that users of fix-gnulib.pl
that don't need or want to use glconfig.mk are stuck with some extra
dependencies (including libtool) to generate the exported.sh script.

Currently, I can't think of a way to keep the automatic glconfig.mk
support (i.e., the only thing users really have to do is include the
snippet for it to work) without this spurious dependency.  So things
may need to change later, but let's just get the support in for now.
m4/base.m4 [new file with mode: 0644]
m4/dx-stamp.m4 [new file with mode: 0644]
m4/exported.m4 [new file with mode: 0644]
scripts/fix-gnulib.pl
snippet/exported.sh.in [new file with mode: 0644]