summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2019-08-10 22:13:15 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2021-04-06 23:16:55 +0900
commitcf218777a2019753462084a5ceec7ca0457b9f65 (patch)
tree86f20388f7ecc1312cb447e44b09a8be069dabdd /autogen.sh
parent5d1c7a77e6153227701fc906d3611b15e5b390ee (diff)
downloadlibhangul-cf218777a2019753462084a5ceec7ca0457b9f65.tar.gz
intltool to gettext migration
https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 97617b2..f25a6ee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,14 +3,8 @@
test -f ChangeLog || touch ChangeLog
-libtoolize=`which glibtoolize`
-if test -z "$libtoolize"; then
- libtoolize=libtoolize
-fi
-
-intltoolize --copy --force
-$libtoolize --automake --copy --force
aclocal $ACLOCAL_AMFLAGS
+autoreconf --force --install
autoheader
automake --add-missing --copy
autoconf