diff options
author | Steve Zesch <[email protected]> | 2012-02-22 21:19:55 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-22 21:19:55 -0500 |
commit | 03d844827da69b46f7a9791c46e544954242b0ba (patch) | |
tree | 0855ce9ed6cc044754337af47b104da39853f8ef /autogen.sh | |
parent | b203c311dc9e5edf1f62c4e3170a0f76a2b9643e (diff) | |
download | mate-notification-daemon-03d844827da69b46f7a9791c46e544954242b0ba.tar.bz2 mate-notification-daemon-03d844827da69b46f7a9791c46e544954242b0ba.tar.xz |
Preparing for 1.2 releasemate-notification-daemon-1.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,11 +12,11 @@ PKG_NAME="mate-notification-daemon" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } USE_MATE2_MACROS=1 -. mate-autogen.sh +. mate-autogen |