* functions.texi (Function Portability): Document missing lstat
[gnulib.git] / modules / csharpexec
index ad52dac..7ca7ce1 100644 (file)
@@ -2,9 +2,9 @@ Description:
 Execute a C# program.
 
 Files:
+build-aux/csharpexec.sh.in
 lib/csharpexec.h
 lib/csharpexec.c
-lib/csharpexec.sh.in
 lib/classpath.h
 lib/classpath.c
 m4/csharpexec.m4
@@ -18,15 +18,16 @@ sh-quote
 xalloc
 xallocsa
 error
-gettext
+gettext-h
 
 configure.ac:
 gt_CSHARPEXEC
+AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
 
 Makefile.am:
 DEFS += -DEXEEXT=\"$(EXEEXT)\"
 lib_SOURCES += csharpexec.h csharpexec.c
-EXTRA_DIST += csharpexec.sh.in classpath.h classpath.c
+EXTRA_DIST += classpath.h classpath.c
 
 Include:
 "csharpexec.h"
@@ -36,4 +37,3 @@ GPL
 
 Maintainer:
 Bruno Haible
-