librep r2957 - in trunk: . man



Author: chrisb
Date: Thu Dec 18 18:52:18 2008
New Revision: 2957
URL: http://svn.gnome.org/viewvc/librep?rev=2957&view=rev

Log:
dropped rep.m4 - provide a better librep.pc instead


Removed:
   trunk/rep.m4
Modified:
   trunk/ChangeLog
   trunk/Makefile.in
   trunk/librep.pc.in
   trunk/librep.spec.in
   trunk/man/news.texi

Modified: trunk/Makefile.in
==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Thu Dec 18 18:52:18 2008
@@ -54,12 +54,6 @@
 	$(INSTALL_DATA) rules.mk $(DESTDIR)$(repcommonexecdir)
 	$(INSTALL_SCRIPT) install-aliases $(DESTDIR)$(repcommonexecdir)
 	$(INSTALL_DATA) rep-debugger.el $(DESTDIR)$(emacssitelispdir)
-
-	@echo "---------------------------------------------------------"
-	@echo "Trying to install rep.m4 in $(DESTDIR)$(aclocaldir);"
-	@echo "if this fails, install it manually in a suitable location"
-	@echo "---------------------------------------------------------"
-	-$(INSTALL_DATA) $(top_srcdir)/rep.m4 $(DESTDIR)$(aclocaldir)
 	mkdir -p $(DESTDIR)$(libdir)/pkgconfig
 	$(INSTALL_DATA) $(top_srcdir)/librep.pc $(DESTDIR)$(libdir)/pkgconfig/
 
@@ -79,7 +73,6 @@
 	rm -f $(DESTDIR)$(repcommonexecdir)/install-aliases
 	rm -f $(DESTDIR)$(repcommonexecdir)/libtool
 	rm -f $(DESTDIR)$(emacssitelispdir)/rep-debugger.el
-	rm -f $(DESTDIR)$(aclocaldir)/rep.m4
 	rm -f $(DESTDIR)$(libdir)/pkgconfig/librep.pc
 
 doc-strings : src/repdoc

Modified: trunk/librep.pc.in
==============================================================================
--- trunk/librep.pc.in	(original)
+++ trunk/librep.pc.in	Thu Dec 18 18:52:18 2008
@@ -1,8 +1,16 @@
+version= version@
+host_type= host@
 prefix= prefix@
 exec_prefix= exec_prefix@
 libdir= libdir@
+libexecdir= libexecdir@
+repexecdir= repexecdir@
+repcommonexecdir= repcommonexecdir@
 includedir= includedir@
 
+Cflags: -I${includedir}/ -I${repcommonexecdir}/
+Libs: -I${libdir}/ -lrep
+
 Name: librep
 Description: librep - a lisp dialect
 Version: @version@

Modified: trunk/librep.spec.in
==============================================================================
--- trunk/librep.spec.in	(original)
+++ trunk/librep.spec.in	Thu Dec 18 18:52:18 2008
@@ -84,15 +84,19 @@
 %{_bindir}/rep-xgettext
 %{_bindir}/repdoc
 %{_libdir}/librep.so
+%{_libdir}/pkgconfig/librep.pc
 %{_includedir}/rep.h
 %{_includedir}/rep_*.h
 %{_libexecdir}/rep/%{_target_platform}/libtool
 %{_libexecdir}/rep/%{_target_platform}/rules.mk
 %{_libexecdir}/rep/%{_target_platform}/install-aliases
 %{_libexecdir}/rep/%{_target_platform}/rep_config.h
-%{_datadir}/aclocal/rep.m4
 
 %changelog
+* Thu Dec 18 2008 Christopher Bratusek <nano-master gmx de>
+- rep.m4 no longer available
+- install librep.pc
+
 * Tue Jun 13 2000 John Harper <john dcs warwick ac uk>
 - use better macros
 

Modified: trunk/man/news.texi
==============================================================================
Binary files. No diff available.



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