~transmissionbt/transmission/ppa-oneiric

« back to all changes in this revision

Viewing changes to debian/patches/autogen.patch

  • Committer: Andreas Noteng
  • Date: 2010-12-13 06:50:25 UTC
  • Revision ID: andreas@noteng.no-20101213065025-g2a8pvj22tz0fcit
rebase on official ubuntu packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: transmission-2.00b2/autogen.sh
2
 
===================================================================
3
 
--- transmission-2.00b2.orig/autogen.sh 2010-06-05 19:40:12.411084618 +0200
4
 
+++ transmission-2.00b2/autogen.sh      2010-06-05 19:51:56.000000000 +0200
5
 
@@ -24,6 +24,7 @@
6
 
 
7
 
 ./update-version-h.sh
8
 
 
9
 
+mkdir m4
10
 
 autoreconf -fi -I "${ORIGDIR}/m4"
11
 
 
12
 
 if test "$GETTEXTIZE"; then
13
 
@@ -40,8 +41,8 @@
14
 
 cd "$ORIGDIR" || exit $?
15
 
 
16
 
 if test -z "$AUTOGEN_SUBDIR_MODE"; then
17
 
-       echo Running $srcdir/configure --enable-maintainer-mode "$@"
18
 
-        $srcdir/configure --enable-maintainer-mode "$@"
19
 
+       echo Skipped running $srcdir/configure --enable-maintainer-mode "$@"
20
 
+#        $srcdir/configure --enable-maintainer-mode "$@"
21
 
 
22
 
         echo 
23
 
         echo "Now type 'make' to compile $PROJECT."