diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-03-21 13:47:56 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-03-21 13:47:56 +0000 |
commit | 3700420403d8dbf88d73ad82e71142da85323891 (patch) | |
tree | e9654279cdf07a5ef4224f7b549548873631666f /autogen.sh | |
parent | 3609036ff1c656a4ed5bec06959a6217db44c52e (diff) |
* Makefile.am, configure.ac, doc/Makefile.am,
libmissioncontrol/Makefile.am, src/Makefile.am, tools/*, xml/*:
Build MissionControl D-Bus interface documentation from the embedded
docstrings found in D-Bus service XML file.
* autogen.sh: Added autogen script
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@12 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..702a9150 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo 'Running gtkdocize'; gtkdocize +echo 'Running autoreconf -i --force'; autoreconf -i --force +echo "Running ./configure --enable-maintainer-mode $*"; ./configure --enable-maintainer-mode $* + |