librep r2975 - trunk



Author: chrisb
Date: Sun Feb  1 00:33:47 2009
New Revision: 2975
URL: http://svn.gnome.org/viewvc/librep?rev=2975&view=rev

Log:
* MAINTAINERS: updated my mail address

* autogen.sh: work around an issue

* librep.spec.in: don't try to package non-existent rep.m4


Modified:
   trunk/ChangeLog
   trunk/MAINTAINERS
   trunk/autogen.sh
   trunk/librep.spec.in

Modified: trunk/MAINTAINERS
==============================================================================
--- trunk/MAINTAINERS	(original)
+++ trunk/MAINTAINERS	Sun Feb  1 00:33:47 2009
@@ -3,5 +3,5 @@
 Userid: jsh
 
 Christopher Bratusek
-E-mail: nano-master gmx de
+E-mail: zanghar freenet de
 Userid: chrisb

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sun Feb  1 00:33:47 2009
@@ -13,10 +13,10 @@
 fi
 
 if [ -f configure.in ]; then
-  if grep "AC_CONFIG_HEADER" configure.in >/dev/null; then
-      echo "Running autoheader"
-      autoheader || exit 1
-  fi
+#  if grep "AC_CONFIG_HEADER" configure.in >/dev/null; then
+#      echo "Running autoheader"
+#      autoheader || exit 1
+#  fi
   if grep "AM_PROG_LIBTOOL" configure.in >/dev/null; then
     echo "Running libtoolize"
     lver=$(libtool --version | grep 1.5)

Modified: trunk/librep.spec.in
==============================================================================
--- trunk/librep.spec.in	(original)
+++ trunk/librep.spec.in	Sun Feb  1 00:33:47 2009
@@ -79,7 +79,6 @@
 %{_bindir}/rep-config
 %{_bindir}/rep-xgettext
 %{_bindir}/repdoc
-%{_datadir}/aclocal/rep.m4
 %{_includedir}/rep*.h
 %{_libdir}/rep/%{_host}/
 %{_libdir}/pkgconfig/librep.pc



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