Mailinglist Archive: yast-commit (518 mails)

< Previous Next >
[yast-commit] r56592 - in /trunk/devtools: VERSION devtools/admin/Makefile.am.toplevel package/yast2-devtools.changes
  • From: mvidner@xxxxxxxxxxxxxxxx
  • Date: Thu, 02 Apr 2009 14:56:34 -0000
  • Message-id: <E1LpOLK-00071T-Tm@xxxxxxxxxxxxxxxx>
Author: mvidner
Date: Thu Apr 2 16:56:34 2009
New Revision: 56592

URL: http://svn.opensuse.org/viewcvs/yast?rev=56592&view=rev
Log:
Makefile.am.toplevel: do not mkdir "`if" (bnc#490713).
The 1st -I is used by aclocal (via autoreconf) to stuff in libtool
chaff :-/

Modified:
trunk/devtools/VERSION
trunk/devtools/devtools/admin/Makefile.am.toplevel
trunk/devtools/package/yast2-devtools.changes

Modified: trunk/devtools/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/VERSION?rev=56592&r1=56591&r2=56592&view=diff
==============================================================================
--- trunk/devtools/VERSION (original)
+++ trunk/devtools/VERSION Thu Apr 2 16:56:34 2009
@@ -1 +1 @@
-2.18.2
+2.18.3

Modified: trunk/devtools/devtools/admin/Makefile.am.toplevel
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/admin/Makefile.am.toplevel?rev=56592&r1=56591&r2=56592&view=diff
==============================================================================
--- trunk/devtools/devtools/admin/Makefile.am.toplevel (original)
+++ trunk/devtools/devtools/admin/Makefile.am.toplevel Thu Apr 2 16:56:34 2009
@@ -35,7 +35,7 @@
# where devtools instal m4 snippets
# argh, executed literally
#ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal
-ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin;
else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal
+ACLOCAL_AMFLAGS = -I . -I `if test -d ./devtools/admin; then echo
./devtools/admin; else pkg-config --print-errors --variable=datadir
yast2-devtools; fi`/aclocal

Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common
cmp -s $< $@ || cp -f $< $@

Modified: trunk/devtools/package/yast2-devtools.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/package/yast2-devtools.changes?rev=56592&r1=56591&r2=56592&view=diff
==============================================================================
--- trunk/devtools/package/yast2-devtools.changes (original)
+++ trunk/devtools/package/yast2-devtools.changes Thu Apr 2 16:56:34 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Apr 2 16:56:13 CEST 2009 - mvidner@xxxxxxx
+
+- Makefile.am.toplevel: do not mkdir "`if" (bnc#490713).
+- 2.18.3
+
+-------------------------------------------------------------------
Thu Apr 2 16:52:23 CEST 2009 - mvidner@xxxxxxx

- FindYast.cmake: make it a bit more verbose on error (kkaempf)

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages