]> git.pld-linux.org Git - packages/popt.git/commitdiff
- fix for new gettextize (fixing this sucks... so called "chybił trafił")
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 21 Nov 2002 20:28:10 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt-gettext0.11.patch -> 1.4

popt-gettext0.11.patch

index 840867d5eb352750387e066c994b230ab631b37e..9921fdf5dd84921675dc2dd904cfb10712a21750 100644 (file)
@@ -9,20 +9,12 @@
  
  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.])
+@@ -86,4 +86,4 @@
+       [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])
++AC_OUTPUT([Doxyfile Makefile intl/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 @@
@@ -36,7 +28,7 @@
        popt.ps
  
 -SUBDIRS = intl po
-+SUBDIRS = m4 po
++SUBDIRS = intl  po
  
  INCLUDES = -I. -I$(top_srcdir)
  
This page took 0.039189 seconds and 4 git commands to generate.