summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c7a60f81..bf5c76d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-04-27 Carlos Perello Marin <carlos@gnome-db.org>
+ * configure.in: Fixed the pixmap location.
+
+2002-04-27 Carlos Perello Marin <carlos@gnome-db.org>
+
* Makefile.am, configure.in, src/glade-packing.c,
src/glade-project-window.c, src/glade-widget-class.c,
src/main.c: Changed all references from glade2 to glade3
diff --git a/configure.in b/configure.in
index 7e4f9e41..9444531a 100644
--- a/configure.in
+++ b/configure.in
@@ -70,7 +70,7 @@ if test "x${prefix}" = "xNONE"; then
catalogsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}-${VERSION}/catalogs"
else
AC_DEFINE_UNQUOTED(PIXMAPS_DIR, "${prefix}/${DATADIRNAME}/${PACKAGE}-${VERSION}/pixmaps")
- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+ pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}-${VERSION}/pixmaps"
AC_DEFINE_UNQUOTED(WIDGETS_DIR, "${prefix}/${DATADIRNAME}/${PACKAGE}-${VERSION}/widgets")
widgetsdir="${prefix}/${DATADIRNAME}/${PACKAGE}-${VERSION}/widgets"
AC_DEFINE_UNQUOTED(CATALOGS_DIR, "${prefix}/${DATADIRNAME}/${PACKAGE}-${VERSION}/catalogs")