* Fixes NB#83408, select attachment is now set as children of the edit window
[modest] / autogen.sh
index 4d7086c..095bb92 100755 (executable)
@@ -3,7 +3,7 @@
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
-REQUIRED_AUTOMAKE_VERSION=1.7
+REQUIRED_AUTOMAKE_VERSION=1.8
 PKG_NAME=modest
 
 (test -f $srcdir/configure.ac \
@@ -17,4 +17,6 @@ which gnome-autogen.sh || {
     echo "You need to install gnome-common from GNOME CVS"
     exit 1
 }
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
\ No newline at end of file
+
+USE_GNOME2_MACROS=1 . gnome-autogen.sh $@
+