public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - build: create m4 dir upfront
@ 2009-06-17 13:55 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-06-17 13:55 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=c3ba42da55d531a14e7efcabaab1096a3f2e10c3
Commit:        c3ba42da55d531a14e7efcabaab1096a3f2e10c3
Parent:        758510c1bafc929fa1a3e210484c311a215d277e
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Jun 17 15:54:23 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Jun 17 15:54:23 2009 +0200

build: create m4 dir upfront

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 7f0f2eb..3c5e1d9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
-
+mkdir -p m4
 autoreconf -i -v && echo Now run ./configure and make


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-17 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-17 13:55 cluster: master - build: create m4 dir upfront Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).