[Ultrapossum-cvs 744] ultrapossum 1.5,1.6,autogen.sh

Back to archive index

Masato Taruishi taru****@users*****
2004年 10月 9日 (土) 18:19:19 JST


===================================================================
RCS file: ultrapossum/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ultrapossum/autogen.sh	2004/09/27 16:33:35	1.5
+++ ultrapossum/autogen.sh	2004/10/09 09:19:19	1.6
@@ -3,5 +3,19 @@
 set -e
 
 aclocal
-automake -a -c
+
+eval `ultrapossum-config get SHAREDIR`
+
+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