specs/patches/scim-hangul-0.3.2-on-nv-ss11-patch.diff
changeset 706 ca594d31f781
parent 705 c5b0af57a88c
child 707 dfbe6c035259
--- a/specs/patches/scim-hangul-0.3.2-on-nv-ss11-patch.diff	Sat Aug 27 02:29:59 2011 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-diff -ur Makefile.am Makefile.am
---- Makefile.am	2007-12-30 13:27:09.000000000 +0800
-+++ Makefile.am	2007-12-31 09:48:13.398894618 +0800
-@@ -39,7 +39,7 @@
- endif
- 
- AUTOMAKE_OPTIONS 	= gnu
--SUBDIRS 		= m4 intl src data po $(SKIM_SUBDIR)
-+SUBDIRS 		= m4 src data po $(SKIM_SUBDIR)
- ## @start 1
- MAINTAINERCLEANFILES 	= Makefile.in aclocal.m4 configure config.h.in $(AUX_DIST)
- 
-@@ -51,7 +51,7 @@
- ## @start 2
- ## docdir			= $(top_builddir)/doc
- 
--ACLOCAL_AMFLAGS = -I m4
-+ACLOCAL_AMFLAGS =
- 
- .PHONY: ChangeLog
- 
-diff -ur configure.ac configure.ac
---- configure.ac	2007-12-30 15:19:29.000000000 +0800
-+++ configure.ac	2007-12-31 09:47:35.391321798 +0800
-@@ -23,7 +23,9 @@
- 
- # Init gettext
- ALL_LINGUAS="de fr ja ko nl pa zh_CN"
--AM_GNU_GETTEXT
-+AM_GLIB_GNU_GETTEXT
-+LTLIBINTL=
-+AC_SUBST(LTLIBINTL)
- AM_MKINSTALLDIRS
- 
- GETTEXT_PACKAGE=scim-hangul
---- bootstrap	2007-12-30 15:05:15.000000000 +0800
-+++ bootstrap	2007-12-31 10:15:08.470987305 +0800
-@@ -20,12 +20,13 @@
- #! /bin/sh
- 
- set -x
--aclocal -I ./m4 ${ACLOCAL_FLAGS}
-+glib-gettextize --force
-+aclocal ${ACLOCAL_FLAGS}
- autoheader
- libtoolize -c --automake
- automake --add-missing --copy --include-deps
- autoconf
--cd skim
--./bootstrap
--cd ..
-+#cd skim
-+#./bootstrap
-+#cd ..
- ## @end 1