diff options
author | Razvan Chitu <razvan.ch95@gmail.com> | 2016-08-21 00:52:55 +0300 |
---|---|---|
committer | Razvan Chitu <razvan.ch95@gmail.com> | 2016-08-23 00:36:56 +0300 |
commit | 895ec57abeb4986f8807b74492893cf312329277 (patch) | |
tree | a11eb33a731d01ab481f8bb2040f0783448fbfca /configure.ac | |
parent | 8d9a036aa17e55561c75aee1edcbb7f76efaed14 (diff) | |
download | nautilus-895ec57abeb4986f8807b74492893cf312329277.tar.gz |
file-operations: implement extract operation
Add a new operation for extracting archives using gnome-autoar.
https://bugzilla.gnome.org/show_bug.cgi?id=768646
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b875402be..01b438264 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,7 @@ m4_define(exif_minver, 0.6.20) m4_define(exempi_minver, 2.1.0) m4_define(notify_minver, 0.7.0) m4_define(schemas_minver, 3.8.0) +m4_define(autoar_minver, 0.1) dnl 1. If the library code has changed at all since last release, then increment revision. dnl 2. If any interfaces have been added, then increment current and set revision to 0. @@ -268,6 +269,7 @@ dnl base libs PKG_CHECK_MODULES(BASE, [ gtk+-3.0 >= gtk_minver glib-2.0 >= glib_minver + gnome-autoar >= autoar_minver ]) dnl common libs (eel, nautilus) |