2007-08-29 22:04:37 +02:00
|
|
|
Index: intltool-update.in.in
|
|
|
|
===================================================================
|
|
|
|
--- intltool-update.in.in.orig
|
2007-03-23 01:50:22 +01:00
|
|
|
+++ intltool-update.in.in
|
2007-08-29 22:04:37 +02:00
|
|
|
@@ -606,7 +606,7 @@ sub GenerateHeaders
|
2007-03-23 01:50:22 +01:00
|
|
|
|
|
|
|
## Generate the .h header files, so we can allow glade and
|
|
|
|
## xml translation support
|
2007-08-29 22:04:37 +02:00
|
|
|
- if (! isProgramInPath ("$EXTRACT"))
|
2007-03-23 01:50:22 +01:00
|
|
|
+ if (0)
|
|
|
|
{
|
|
|
|
print STDERR "\n *** The intltool-extract script wasn't found!"
|
|
|
|
."\n *** Without it, intltool-update can not generate files.\n";
|