c61f836636
- Convert Makefile headers to new style Approved by: rene, miwi (mentors, implicit)
24 lines
528 B
Text
24 lines
528 B
Text
--- ./configure.orig 2013-01-07 10:17:14.000000000 +0000
|
|
+++ ./configure 2013-01-08 20:20:14.000000000 +0000
|
|
@@ -18772,7 +18772,7 @@
|
|
|
|
fi
|
|
fi
|
|
- USE_NLS=yes
|
|
+ #USE_NLS=yes
|
|
|
|
|
|
gt_cv_have_gettext=no
|
|
@@ -23621,10 +23621,10 @@
|
|
else
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
|
|
+#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/pixmaps"
|
|
_ACEOF
|
|
|
|
- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
|
|
+ pixmapsdir="${prefix}/${DATADIRNAME}/pixmaps"
|
|
fi
|
|
|
|
|