summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2010-12-12 20:36:58 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2010-12-12 20:36:58 +0900
commit79dbbac2e509a67a68a0db161f875c9ddef1a5d7 (patch)
tree2fa6d4f1a0474d92b7268b5f239ac5f1d9da72fd
parentb6fa8096318969c2917dccef7a9462f52f92ed66 (diff)
downloadlibhangul-79dbbac2e509a67a68a0db161f875c9ddef1a5d7.tar.gz
autotools 관련 파일을 링크보다는 복사하도록 함
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@231 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index bc46b60..d6e7db7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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