diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-07 16:43:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-07 16:43:33 +0100 |
commit | 50365d78b14592dbcc060e56a989c4455c6987c9 (patch) | |
tree | 2020d2691a24616c3ec4d59638e2884254b2af1f /autogen.sh | |
parent | 7a506b7325e98150fe1b1e1ac8b1d51050f1ad71 (diff) | |
download | atril-50365d78b14592dbcc060e56a989c4455c6987c9.tar.bz2 atril-50365d78b14592dbcc060e56a989c4455c6987c9.tar.xz |
update for MATE 1.2atril-1.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PKG_NAME="mate-document-viewer" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_GTK_DOC_VERSION=1.13 USE_MATE2_MACROS=1 -. mate-autogen.sh +. mate-autogen |