]> git.sesse.net Git - vlc/commitdiff
* ./bootstrap: we don't fail if gettext is too old and there is no
authorSam Hocevar <sam@videolan.org>
Mon, 3 Feb 2003 21:47:08 +0000 (21:47 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 3 Feb 2003 21:47:08 +0000 (21:47 +0000)
    ABOUT-NLS in the tree.

bootstrap

index b83d506c86491a71b65f86e05c360c54c90135ef..7c57c59adc7823aec8e8fa5f3dc8c0f499982e16 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap file for the VLC media player
-##  $Id: bootstrap,v 1.42 2003/02/02 04:01:29 sam Exp $
+##  $Id: bootstrap,v 1.43 2003/02/03 21:47:08 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -185,12 +185,14 @@ then
   GETTEXT=yes
 else
   # User's gettext is too old. try to continue anyway.
+  echo > ABOUT-NLS
   mkdir -p intl
   echo > intl/Makefile.am
   echo 'AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])' > m4/oldgettext.m4
   GETTEXT=old
 fi;else
   # we don't have gettext. grmbl. try to continue anyway.
+  echo > ABOUT-NLS
   mkdir -p intl
   echo > intl/Makefile.am
   echo 'AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])' > m4/oldgettext.m4