Add sed expression to replace @VERSION@

2001-05-05  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (ximian_archiverConf.sh): Add sed expression to
	replace @VERSION@
This commit is contained in:
Bradford Hovinen 2001-05-05 14:14:30 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent a053572d1d
commit 27692b9c5c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-05-05 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (ximian_archiverConf.sh): Add sed expression to
replace @VERSION@
2001-05-04 Bradford Hovinen <hovinen@ximian.com>
* cluster-location.c (cluster_location_do_rollback): Implement

View file

@ -61,7 +61,8 @@ EXTRA_DIST = \
# Create the ximian_archiverConf.sh file from the sh.in file
#
ximian_archiverConf.sh: ximian_archiverConf.sh.in Makefile
sed -e 's?\@GNOME_LIBDIR\@?$(GNOME_LIBDIR) -L$(prefix)/lib?' \
sed -e 's?\@VERSION\@?$(VERSION)?' \
-e 's?\@GNOME_LIBDIR\@?$(GNOME_LIBDIR) -L$(prefix)/lib?' \
-e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \
-e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR) -I$(prefix)/include?g' \
-e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \