diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-27 19:21:18 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-27 19:21:18 +0100 |
commit | e3a87c3aab03465c5de436ffbadc96fe8931f7fc (patch) | |
tree | 2b2f3087b183c745002caa128fb24bf67bb949c6 /configure.in | |
parent | 18c792717297270dc18462a56e9ee55b89a54878 (diff) |
Add missing distfiles (prepare for 0.9.1 release.)v0.9.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ae23f9f..1b3445e 100644 --- a/configure.in +++ b/configure.in @@ -6,6 +6,7 @@ VERSION="`cat version.h | cut -d'\"' -f2`" AM_INIT_AUTOMAKE( drumgizmo, $VERSION ) AC_PROG_CXX +#AM_PROG_CC_C_O AC_PROG_LIBTOOL AM_PROG_LIBTOOL |