autotools 관련 파일을 링크보다는 복사하도록 함
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 12 Dec 2010 11:36:58 +0000 (20:36 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 12 Dec 2010 11:36:58 +0000 (20:36 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@231 8f00fcd2-89fc-0310-932e-b01be5b65e01

autogen.sh

index bc46b60..d6e7db7 100755 (executable)
@@ -9,8 +9,8 @@ if test -z "$libtoolize"; then
 fi
 
 gettextize --force --no-changelog
-$libtoolize --automake
+$libtoolize --automake --copy --force
 aclocal $ACLOCAL_AMFLAGS
 autoheader
-automake --add-missing
+automake --add-missing --copy
 autoconf