1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 16:02:33 +01:00

Fix out-of-tree builds

- The throwing out of autogen.sh in favor of autoreconf comes from
  http://www.gnu.org/software/automake/manual/autoconf/autoreconf-Invocation.html#autoreconf-Invocation
- 'think that instead of the exit, some better way should be put in
  to control whether or not to automatically run configure. Or maybe
  just don't even run it.
This commit is contained in:
Tamas TEVESZ
2010-04-08 21:38:03 +02:00
committed by Carlos R. Mafra
parent e4fedca2bb
commit 6b5cfc887a
10 changed files with 12 additions and 57 deletions

View File

@@ -120,7 +120,7 @@ wmaker_LDADD = \
@XLIBS@ \
@INTLIBS@
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG)
.c.o:
$(QUIET)$(COMPILE) -c $<