libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn/gl


From: libidn-commit
Subject: CVS libidn/gl
Date: Fri, 2 Dec 2005 15:22:11 +0100

Update of /home/cvs/libidn/gl
In directory dopio:/tmp/cvs-serv6375/gl

Modified Files:
        Makefile.am csharpcomp.sh.in 
Log Message:
Use csharpcomp-script from gnulib.

--- /home/cvs/libidn/gl/Makefile.am     2005/09/09 15:53:17     1.18
+++ /home/cvs/libidn/gl/Makefile.am     2005/12/02 14:22:10     1.19
@@ -8,7 +8,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl dummy error 
getopt strdup
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl 
csharpcomp-script dummy error getopt strdup
 
 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 
@@ -24,6 +24,12 @@
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
 
+## begin gnulib module csharpcomp-script
+
+EXTRA_DIST += csharpcomp.sh.in
+
+## end   gnulib module csharpcomp-script
+
 ## begin gnulib module dummy
 
 libgnu_la_SOURCES += dummy.c
--- /home/cvs/libidn/gl/csharpcomp.sh.in        2005/12/01 23:15:57     1.1
+++ /home/cvs/libidn/gl/csharpcomp.sh.in        2005/12/02 14:22:11     1.2
@@ -5,16 +5,16 @@
 # Written by Bruno Haible <address@hidden>, 2003.
 #
 # This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1, or (at your option)
 # any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# GNU Lesser General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+# You should have received a copy of the GNU Lesser General Public License
 # along with this program; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
@@ -97,7 +97,7 @@
     -l)
       options_cscc="$options_cscc -l "`echo "$2" | sed -e "$sed_quote_subst"`
       options_mcs="$options_mcs -r "`echo "$2" | sed -e "$sed_quote_subst"`
-      options_csc="$options_csc -reference:"`echo "$2" | sed -e 
"$sed_quote_subst"`
+      options_csc="$options_csc -reference:"`echo "$2" | sed -e 
"$sed_quote_subst"`".dll"
       shift
       ;;
     -O)





reply via email to

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