]> git.pld-linux.org Git - packages/popt.git/commitdiff
be0619e896367af19610401da7439e1c
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 20 Oct 2002 20:31:16 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt-gettext0.11.patch -> 1.2

popt-gettext0.11.patch [new file with mode: 0644]

diff --git a/popt-gettext0.11.patch b/popt-gettext0.11.patch
new file mode 100644 (file)
index 0000000..fac861d
--- /dev/null
@@ -0,0 +1,48 @@
+--- popt-1.7/configure.in.wiget        Thu Sep 19 02:09:30 2002
++++ popt-1.7/configure.in      Thu Sep 19 02:14:19 2002
+@@ -5,7 +5,7 @@
+ AM_INIT_AUTOMAKE(popt, 1.7)
+ AM_CONFIG_HEADER(config.h)
+-ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN.GB2312"
++ALL_LINGUAS="cs da es gl hu is ko no pt ro ru sk sl sv tr uk wa zh_CN.GB2312"
+ AC_ISC_POSIX
+@@ -78,11 +78,11 @@
+     AC_CHECK_LIB(ucb, setreuid, [if echo $LIBS | grep -- -lucb >/dev/null ;then :; else LIBS="$LIBS -lc -lucb" USEUCB=y;fi])
+ ])
+-AM_GNU_GETTEXT
++AM_GNU_GETTEXT([external])
+ POPT_SOURCE_PATH="`pwd`"
+ AC_DEFINE_UNQUOTED(POPT_SOURCE_PATH, "$POPT_SOURCE_PATH",
+       [Full path to popt top_sourcedir.])
+ AC_SUBST(POPT_SOURCE_PATH)
+-AC_OUTPUT([Doxyfile Makefile intl/Makefile po/Makefile.in])
++AC_OUTPUT([Doxyfile Makefile m4/Makefile po/Makefile.in])
+--- popt-1.7/Makefile.am.wiget Thu Sep 19 02:09:38 2002
++++ popt-1.7/Makefile.am       Thu Sep 19 02:13:02 2002
+@@ -2,12 +2,12 @@
+ AUTOMAKE_OPTIONS = 1.4 foreign
+-EXTRA_DIST = autogen.sh CHANGES $(man_MANS) popt.spec \
++EXTRA_DIST = config.rpath autogen.sh CHANGES $(man_MANS) popt.spec \
+       testit.sh test-poptrc \
+       po/*.in po/*.po po/popt.pot \
+       popt.ps
+-SUBDIRS = intl po
++SUBDIRS = m4 po
+ INCLUDES = -I. -I$(top_srcdir)
+@@ -74,3 +74,5 @@
+       rm -rf doxygen
+       mkdir -p doxygen
+       doxygen
++
++ACLOCAL_AMFLAGS = -I m4
This page took 0.073982 seconds and 4 git commands to generate.