Fix for appletsConf.sh




Hi all,

I'm not sure if anyone has come up with the solution to this problem. This
small patch fixes it, in what I reckon is the correct manner (ie adds a
line to the sed script to ensure that @GNOMEGNORBA_LIBS@ is correctly
substituted by the makefile variable of the same name).

Cheers,

Ian




Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-core/panel/Makefile.am,v
retrieving revision 1.123
diff -u -r1.123 Makefile.am
--- Makefile.am	1999/02/08 19:35:39	1.123
+++ Makefile.am	1999/02/19 09:10:22
@@ -140,6 +140,7 @@
 	    -e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \
 	    -e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \
 	    -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \
+	    -e 's?\@GNOMEGNORBA_LIBS\@?$(GNOMEGNORBA_LIBS)?g' \
 	    < $(srcdir)/appletsConf.sh.in > appletsConf.tmp \
 	  && mv appletsConf.tmp appletsConf.sh
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]