diff options
author | Matt Porter <matt.porter@linaro.org> | 2013-08-28 10:52:49 -0400 |
---|---|---|
committer | Matt Porter <matt.porter@linaro.org> | 2013-09-04 12:51:23 -0400 |
commit | a6a036a40344eca0c05de488e1dfca4d0c652b78 (patch) | |
tree | cadc1a3690405a78ae6e15f5fea3f320d887ead3 /configure.ac | |
download | libusbg-a6a036a40344eca0c05de488e1dfca4d0c652b78.tar.gz libusbg-a6a036a40344eca0c05de488e1dfca4d0c652b78.tar.bz2 libusbg-a6a036a40344eca0c05de488e1dfca4d0c652b78.zip |
Initial release
Signed-off-by: Matt Porter <matt.porter@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..c85b4c0 --- /dev/null +++ b/configure.ac @@ -0,0 +1,8 @@ +AC_INIT([libgadget], [0.0.1], [matt.porter@linaro.org]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AC_PROG_CC +AC_CONFIG_MACRO_DIR([m4]) +LT_INIT +AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile libgadget.pc]) +DX_INIT_DOXYGEN([$PACKAGE_NAME],[doxygen.cfg]) +AC_OUTPUT |