summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/autogen.sh
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-11-16 13:49:11 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2008-11-16 13:49:11 +0000
commite73eff61d0b88ea9a42bd40117454a23a02a47e1 (patch)
tree9c7ec3ad054af2580dca7988d13be4d93fe651b6 /qt-recordmydesktop/autogen.sh
parentdfa21cf84422c2d2a91462ef33a92dd42c85010e (diff)
src/Makefile.am, Makefile.am, autogen.sh, configure.ac:
Changed Automake requirement to 1.9 and made some minor changes to accomodate the removal of the m4 macros, as per rev #570 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@572 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/autogen.sh')
-rw-r--r--qt-recordmydesktop/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-recordmydesktop/autogen.sh b/qt-recordmydesktop/autogen.sh
index 55f5e93..30259c7 100644
--- a/qt-recordmydesktop/autogen.sh
+++ b/qt-recordmydesktop/autogen.sh
@@ -1,7 +1,7 @@
#/bin/bash
-aclocal-1.7 -I m4/
-automake-1.7 --add-missing
+aclocal -I m4/
+automake --add-missing
autoconf
© All Rights Reserved