Masato Taruishi
taru****@users*****
2004年 10月 8日 (金) 12:15:10 JST
=================================================================== RCS file: plugin/sasl/autogen.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin/sasl/autogen.sh 2004/10/08 03:12:01 1.2 +++ plugin/sasl/autogen.sh 2004/10/08 03:15:10 1.3 @@ -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