[librep] removed rep-config script



commit 18bdad5e7e6b544081ed12bea5e12b2d9da34ab2
Author: chrisb <zanghar freenet de>
Date:   Sat Sep 12 16:07:23 2009 +0200

    removed rep-config script

 ChangeLog         |    3 +++
 librep.spec.in    |    1 -
 man/news.texi     |    2 ++
 src/Makefile.in   |   12 ++----------
 src/rep-config.sh |   52 ----------------------------------------------------
 5 files changed, 7 insertions(+), 63 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index eb14393..9e41771 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 			to prevent syntax highlighting errors (eg: in geany/vim)
 			small improvements in a test [FreeBSD]
 
+	* src/Makefile.in
+	* src/rep-config.sh: removed rep-config script (use librep.pc instead)
+
 2009-09-10  Christopher Bratusek <zanghar freenet de>
 	* configure.in: fallback to old ffi check if there's no libffi.pc [Vincent Untz]
 
diff --git a/librep.spec.in b/librep.spec.in
index 555b7b8..faca5d3 100644
--- a/librep.spec.in
+++ b/librep.spec.in
@@ -84,7 +84,6 @@ fi
 
 %files devel
 %defattr(-,root,root,-)
-%{_bindir}/rep-config
 %{_bindir}/rep-xgettext
 %{_bindir}/repdoc
 %{_includedir}/rep*.h
diff --git a/man/news.texi b/man/news.texi
index 7962e6f..af6d6e4 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -10,6 +10,8 @@
 @item Improved spec-file [Kim B. Heino]
 
 @item Fallback check for ffi, if there's no libffi.pc [Vincent Untz]
+
+ item Removed rep-config script (use librep.pc instead)
 @end itemize
 
 @heading 0.90.2
diff --git a/src/Makefile.in b/src/Makefile.in
index f28229a..f9e570b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -54,7 +54,7 @@ INTL_OBJS_yes=../intl/*.lo
 INTL_OBJS_no=
 INTL_OBJS=$(INTL_OBJS_ USE_INCLUDED_LIBINTL@)
 
-all : librep.la $(DL_OBJS) check-dl rep rep-config rep-remote rep-xgettext .libexec
+all : librep.la $(DL_OBJS) check-dl rep rep-remote rep-xgettext .libexec
 
 librep.la : $(OBJS) $(LIBOBJS) $(ALLOCA)
 	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) \
@@ -93,7 +93,6 @@ install : all installdirs
 	$(LIBTOOL) -n --finish $(DESTDIR)${libdir}
 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -m 755 rep $(DESTDIR)${bindir}
 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -m 755 repdoc $(DESTDIR)${bindir}
-	$(INSTALL_SCRIPT) -m 755 rep-config $(DESTDIR)${bindir}
 	$(INSTALL_SCRIPT) -m 755 rep-xgettext $(DESTDIR)${bindir}
 	$(INSTALL_PROGRAM) -m 755 rep-remote $(DESTDIR)${bindir}
 	$(foreach x,$(DL_DSTS),\
@@ -116,7 +115,6 @@ uninstall :
 	$(LIBTOOL) rm $(DESTDIR)${libdir}/librep.la
 	$(LIBTOOL) rm $(DESTDIR)${bindir}/rep
 	$(LIBTOOL) rm $(DESTDIR)${bindir}/repdoc
-	rm -f $(DESTDIR)${bindir}/rep-config
 	rm -f $(DESTDIR)${bindir}/rep-xgettext
 	rm -f $(DESTDIR)${bindir}/rep-remote
 	for dl in $(DL_DSTS); do \
@@ -126,12 +124,6 @@ uninstall :
 	  rm $(DESTDIR)$(includedir)/$$i; \
 	done
 
-rep-config : rep-config.sh Makefile
-	$(SHELL) $< "${prefix}" "${libdir}" "${version}" \
-	  "${LDFLAGS} ${LIBS} ${GMP_LIBS}" "${repcommonexecdir}" \
-	  "${repdir}/site-lisp" >$@
-	chmod +x $@
-
 repdoc : repdoc.o
 	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o $@ $^ $(GDBM_LIBS)
 
@@ -170,7 +162,7 @@ clean :
 	rm -f repdoc core rep rep-remote srep
 
 distclean : clean
-	rm -f .*.d Makefile rep_config.h dump.out dumped.s rep-config
+	rm -f .*.d Makefile rep_config.h dump.out dumped.s
 	rm -rf .libs .libexec
 
 realclean : distclean



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