diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2010-03-11 02:50:25 +0200 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2010-03-11 04:12:47 +0200 |
commit | 370808cdcaa82d9529a785cc38a34c1989136e67 (patch) | |
tree | fc5dfd67d82ef31c10e3ac9b5cfb99de13bd0823 /autogen.sh | |
parent | be486b72eb0695684307e1c169b7a76337d12581 (diff) |
Generate stubs.c at autogen time from a template file.autogen-stubs
It's easier to add a line to a list of functions in a template
file than copy-pasting five lines of template from other entries
and editing configure.ac.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ test -z "$srcdir" && srcdir=. ORIGDIR=`pwd` cd $srcdir +m4 -P stubs.c.m4 >stubs.c + autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? |