[openfabrics-ewg] [PATCH ofed1.2 1/2] libehca: create config directory in autogen.sh

Stefan Roscher ossrosch at linux.vnet.ibm.com
Mon Jan 29 10:23:10 PST 2007


Hi,

this patch change autogen.sh, so the config directory is created if it's not
exist.

Regards
Stefan



Signed-off-by: Stefan Roscher <stefan.roscher at de.ibm.com>
---


diff -Nurp libehca_old/autogen.sh libehca_new/autogen.sh
--- libehca_old/autogen.sh	2007-01-29 17:16:22.000000000 +0100
+++ libehca_new/autogen.sh	2007-01-29 17:17:01.000000000 +0100
@@ -1,5 +1,6 @@
 #! /bin/sh
 
+mkdir -p config
 set -x
 aclocal -I config
 libtoolize --force --copy






More information about the ewg mailing list