]> git.draconx.ca Git - dxcommon.git/blob - m4/exported.m4
Import exported.sh from cdecl99.
[dxcommon.git] / m4 / exported.m4
1 dnl Copyright © 2012 Nick Bowler
2 dnl
3 dnl Generate the exported.sh script used to determine the exported symbols of
4 dnl a (libtool) object file.  This is required by the glconfig Automake
5 dnl fragment, but will be called automatically in that case.
6 dnl
7 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
8 dnl This is free software: you are free to do what the fuck you want to.
9 dnl There is NO WARRANTY, to the extent permitted by law.
10
11 AC_DEFUN([DX_EXPORTED_SH], [dnl
12 AC_REQUIRE([DX_INIT])
13
14 AC_CONFIG_FILES([exported.sh:]DX_BASEDIR[/snippet/exported.sh.in],
15         [chmod +x exported.sh])
16 ])