diff options
author | <rob.taylor@collabora.co.uk> | 2006-08-29 18:35:21 +0000 |
---|---|---|
committer | <rob.taylor@collabora.co.uk> | 2006-08-29 18:35:21 +0000 |
commit | 51e96a5ea429deba116b3ca432b08c20b5447927 (patch) | |
tree | 623b115d7f369ace1c14ed7ad8dec459a9a9d13f | |
parent | a5c46da564c36e26403a00548101845964773a92 (diff) |
AM_INIT_AUTOMAKE wasn't actually being invoked with a version, thanks to typo..
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 97a7f0f03..defa97418 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_INIT([Telepathy Gabble], [gabble_version], [https://bugs.freedesktop.org/ente AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE ([1.8]) +AM_INIT_AUTOMAKE([1.8]) AM_PROG_LIBTOOL AM_CONFIG_HEADER(config.h) |