summaryrefslogtreecommitdiff
path: root/graphics/hugin/files/patch-bootstrap
blob: 4c75711b46c582e860098aa9ba0ad7583835a747 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- bootstrap.orig	Mon Aug 21 01:19:33 2006
+++ bootstrap	Fri Jan 19 09:57:39 2007
@@ -106,15 +106,17 @@
     mkdir -p ./config
 fi
 
-echo
-echo "*** WARNING ***"
-echo "*** We're about to run \"gettextize\" which may spew a few paragraphs"
-echo "*** at you and ask you to acknowledge it.  If it does this,"
-echo "*** just hit return to acknowledge gettext.  You DO NOT need to do"
-echo "*** anything that it asks of you except hitting return."
-echo
-
-$GETTEXTIZE --copy --force || exit $?
+# we do not run gettextize since it is interactive and it seems that it
+# is not mandatory - the gettext infrastructure is already present
+#echo
+#echo "*** WARNING ***"
+#echo "*** We're about to run \"gettextize\" which may spew a few paragraphs"
+#echo "*** at you and ask you to acknowledge it.  If it does this,"
+#echo "*** just hit return to acknowledge gettext.  You DO NOT need to do"
+#echo "*** anything that it asks of you except hitting return."
+#echo
+#
+#$GETTEXTIZE --copy --force || exit $?
 
 # Now we have to do a bit of hackery to setup for hugin
 # first reverse the changes to configure.ac etc.
@@ -130,14 +132,14 @@
 
 # then copy and move changes in srcdir/po to srcdir/src/hugin/po and srcdir/src/nona_gui/po
 # but be careful about POTFILES.in
-rm -f ./po/POTFILES.in
-cp -f ./po/* ./src/hugin/po
-mv -f ./po/* ./src/nona_gui/po
+#rm -f ./po/POTFILES.in
+#cp -f ./po/* ./src/hugin/po
+#mv -f ./po/* ./src/nona_gui/po
 
 #finally clean up
-rm -rf `find ./src/hugin/po ./src/nona_gui/po ./m4 -name *~`
-rm -rf ./m4/Makefile.am
-rm -rf ./m4/Makefile.in
+#rm -rf `find ./src/hugin/po ./src/nona_gui/po ./m4 -name *~`
+#rm -rf ./m4/Makefile.am
+#rm -rf ./m4/Makefile.in
 
 $ACLOCAL -I m4 || exit $?