libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/csharp


From: libidn-commit
Subject: CVS libidn/csharp
Date: Thu, 1 Dec 2005 22:53:49 +0100

Update of /home/cvs/libidn/csharp
In directory dopio:/tmp/cvs-serv18625

Modified Files:
        Makefile.am 
Added Files:
        configure.ac 
Log Message:
Use gnulib, for csharpcomp.

--- /home/cvs/libidn/csharp/Makefile.am 2005/12/01 21:50:36     1.1
+++ /home/cvs/libidn/csharp/Makefile.am 2005/12/01 21:53:49     1.2
@@ -18,3 +18,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = lib

--- /home/cvs/libidn/csharp/configure.ac        2005/12/01 21:53:49     NONE
+++ /home/cvs/libidn/csharp/configure.ac        2005/12/01 21:53:49     1.1
dnl Process this file with autoconf to produce a configure script.

dnl Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson.
dnl
dnl This file is part of GNU Libidn.
dnl
dnl GNU Libidn is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as
dnl published by the Free Software Foundation; either version 2, or
dnl (at your option) any later version.
dnl
dnl GNU Libidn is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
dnl General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with GNU Libidn; see the file COPYING.LIB.  If not, write to
dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth
dnl Floor, Boston, MA 02110-1301, USA.

AC_INIT

# Checks for programs.
gl_EARLY

# For gnulib stuff in gl/.
gl_INIT

AC_CONFIG_FILES([Makefile lib/Makefile])
AC_OUTPUT




reply via email to

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