diff options
author | Ted Gould <ted@canonical.com> | 2009-11-05 22:33:59 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-05 22:33:59 -0600 |
commit | 2b40fcfa82576f76ba719d0a9321db34c5368cc7 (patch) | |
tree | c78161dfefb0b24d9609f56d61bafd397e01f5ef /configure.ac | |
parent | a23bd9f0c82756b6a9c92c94110e2c208d047582 (diff) | |
download | ayatana-indicator-messages-2b40fcfa82576f76ba719d0a9321db34c5368cc7.tar.gz ayatana-indicator-messages-2b40fcfa82576f76ba719d0a9321db34c5368cc7.tar.bz2 ayatana-indicator-messages-2b40fcfa82576f76ba719d0a9321db34c5368cc7.zip |
Apparently order matters.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 729cebe..29231a8 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_C_O AC_STDC_HEADERS -AC_PROG_LIBTOOL AC_DISABLE_STATIC +AC_PROG_LIBTOOL AC_SUBST(VERSION) AC_CONFIG_MACRO_DIR([m4]) |