diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-08-07 14:40:12 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-08-08 15:39:50 +0200 |
commit | 85aa1ccceb7169c51b917b0333a631775d028784 (patch) | |
tree | dbb7a9fb904c9964068b545b20283bb9a70710c7 /configure.ac | |
parent | 984b2c43a1ad174f13618373f8929fc6fc18092c (diff) |
Bump autoconf requirement to 2.62 (latest released version).
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 ab9eb45..4ce40e4 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with pavucontrol. If not, see <http://www.gnu.org/licenses/>. -AC_PREREQ(2.57) +AC_PREREQ(2.62) AC_INIT([pavucontrol],[0.9.7],[mzcnihpbageby (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/pavucontrol.cc]) AC_CONFIG_HEADERS([config.h]) |