diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-19 07:29:43 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-19 07:29:43 -0500 |
commit | eeb91e4b337a67c1656751942905129033c5a885 (patch) | |
tree | 2f84184ff80ad862d352f8b9bab6166d0afb98d8 /configure.ac | |
parent | 34161b390539cd5638ad3a71720168b5510be4a8 (diff) | |
download | ayatana-indicator-power-eeb91e4b337a67c1656751942905129033c5a885.tar.gz ayatana-indicator-power-eeb91e4b337a67c1656751942905129033c5a885.tar.bz2 ayatana-indicator-power-eeb91e4b337a67c1656751942905129033c5a885.zip |
in configure.ac, add AM_PROG_AR to silence an autotools warning caused by the temporary static libraries created in src/
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 84e9423..aa1cc12 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AM_SILENT_RULES([yes]) AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX +AM_PROG_AR # Initialize libtool LT_PREREQ([2.2.6]) |