gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-233-g98ad590
Date: Sat, 09 Apr 2011 17:06:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  98ad590a90177351c8dd3dfe4598acb6d4db5b6d (commit)
       via  a0e93b26302123587197095ee1b3519abf530603 (commit)
      from  f24af288e0f353316f74b92bf83b7839cd841fd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=98ad590a90177351c8dd3dfe4598acb6d4db5b6d


commit 98ad590a90177351c8dd3dfe4598acb6d4db5b6d
Author: Bastiaan Jacques <address@hidden>
Date:   Sat Apr 9 19:05:42 2011 +0200

    Remove another macro remaining from the old Gettext installation.

diff --git a/macros/codeset.m4 b/macros/codeset.m4
deleted file mode 100644
index 474119f..0000000
--- a/macros/codeset.m4
+++ /dev/null
@@ -1,21 +0,0 @@
-# codeset.m4 serial AM1 (gettext-0.10.40)
-dnl Copyright (C) 2000-2002, 2009, 2010 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-dnl From Bruno Haible.
-
-AC_DEFUN([AM_LANGINFO_CODESET],
-[
-  AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
-    [AC_TRY_LINK([#include <langinfo.h>],
-      [char* cs = nl_langinfo(CODESET);],
-      am_cv_langinfo_codeset=yes,
-      am_cv_langinfo_codeset=no)
-    ])
-  if test $am_cv_langinfo_codeset = yes; then
-    AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
-      [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
-  fi
-])

http://git.savannah.gnu.org/cgit//commit/?id=a0e93b26302123587197095ee1b3519abf530603


commit a0e93b26302123587197095ee1b3519abf530603
Author: Bastiaan Jacques <address@hidden>
Date:   Sat Apr 9 19:02:33 2011 +0200

    The macros from libext.m4 are unused.

diff --git a/configure.ac b/configure.ac
index 16dbec3..45058a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,6 @@ AC_PROG_CC
 AC_PROG_CXX
 AC_EXEEXT
 AC_PROG_INSTALL
-AM_COMPILER_LIB
 
 dnl Set the default values for Flash Version. These are converted into
 dnl various strings to make JavaScript or ActionScript detectors
diff --git a/macros/libexe.m4 b/macros/libexe.m4
deleted file mode 100644
index f8f7ef6..0000000
--- a/macros/libexe.m4
+++ /dev/null
@@ -1,55 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl  
-dnl    Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
-dnl  
-dnl  This program is free software; you can redistribute it and/or modify
-dnl  it under the terms of the GNU General Public License as published by
-dnl  the Free Software Foundation; either version 3 of the License, or
-dnl  (at your option) any later version.
-dnl  
-dnl  This program is distributed in the hope that it will be useful,
-dnl  but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-dnl  GNU General Public License for more details.
-dnl  You should have received a copy of the GNU General Public License
-dnl  along with this program; if not, write to the Free Software
-dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-dnl FIXME: This should really do tests for this data, and not
-dnl just hardcode it based on the OS. This currently depends on
-dnl AC_EXEEXT being called first.
-
-AC_DEFUN([AM_COMPILER_LIB],
-[dnl 
-  AC_MSG_CHECKING(for library file name specifics)
-  dnl These are the same for most platforms
-  LIBEXT="a"
-  LIBPRE="lib"
-
-  if test "x$LIBPRE" != "x" ; then
-    if test x"$EXEEXT" = "exe"; then
-      LIBPRE="lib"
-    fi
-  fi
-
-  if test "x$LIBEXT" != "x" ; then
-    if test x"$EXEEXT" = "exe"; then
-      LIBEXT="dll"
-    fi
-  fi
-
-  if test "x$LIBPRE" != "x" -a  "x$LIBEXE" != "x"; then
-    AC_MSG_RESULT(yes)
-  else
-    AC_MSG_RESULT(no)
-  fi
-
-AC_SUBST(LIBPRE)
-AC_SUBST(LIBEXT)
-])
-
-# Local Variables:
-# c-basic-offset: 2
-# tab-width: 2
-# indent-tabs-mode: nil
-# End:

-----------------------------------------------------------------------

Summary of changes:
 configure.ac      |    1 -
 macros/codeset.m4 |   21 --------------------
 macros/libexe.m4  |   55 -----------------------------------------------------
 3 files changed, 0 insertions(+), 77 deletions(-)
 delete mode 100644 macros/codeset.m4
 delete mode 100644 macros/libexe.m4


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]