diff options
author | Shaun McCance <shaunm@gnome.org> | 2010-10-26 08:12:25 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2010-10-26 08:12:25 -0400 |
commit | 9de7d8245dcf82f79ea7a041ee097fbf79757cc5 (patch) | |
tree | 579a43cbc935ef1a8e9922ce3ee018bfc3136159 /configure.ac | |
parent | 943cec6e34112cbaf15eee5597e3123b70b9724d (diff) | |
download | itstool-9de7d8245dcf82f79ea7a041ee097fbf79757cc5.tar.gz |
Adding build files and other miscellanea
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..13ecc3f --- /dev/null +++ b/configure.ac @@ -0,0 +1,9 @@ +AC_INIT([itstool], [0.1.1], []) +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) + +AC_CONFIG_FILES([ +Makefile +its/Makefile +]) + +AC_OUTPUT |