[Ultrapossum-cvs 867] demo/uml 1.1,1.2,autogen.sh

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 14日 (木) 20:23:47 JST


===================================================================
RCS file: demo/uml/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- demo/uml/autogen.sh	2004/06/29 12:15:26	1.1
+++ demo/uml/autogen.sh	2004/10/14 11:23:47	1.2
@@ -2,11 +2,20 @@
 
 set -e
 
+aclocal
+
 eval `ultrapossum-config get SHAREDIR`
-ln -sf $SHAREDIR/ultrapossum.am .
 
-aclocal
-automake -a
+if test "x$1" = "x-c"; then
+  if ! test -f "ultrapossum.am"; then
+    cp $SHAREDIR/ultrapossum.am .
+  fi
+  automake -a -c
+else
+  ln -sf $SHAREDIR/ultrapossum.am .
+  automake -a
+fi
+
 autoconf
 
 



Ultrapossum-cvs メーリングリストの案内
Back to archive index