]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Added ltcf-c.sh to list of files related to "libtoolization."
authorOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 21:07:54 +0000 (21:07 +0000)
committerOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 21:07:54 +0000 (21:07 +0000)
Until we decide if other compiler/language libtool configuation
scripts should also be included in the file list, leave out
ltcf-cxx.sh for now.

libtoolize.in

index 6c9ad0b30f790942a5f4a41c142c0899944e3cc8..9dff8b5127165b02cdc33f50bff2d7b5b532d809 100644 (file)
@@ -145,7 +145,7 @@ if test -z "$files"; then
   echo "$progname: cannot list files in \`$pkgdatadir'" 1>&2
   exit 1
 fi
-files='config.guess config.sub ltconfig ltmain.sh'
+files='config.guess config.sub ltconfig ltmain.sh ltcf-c.sh'
 
 auxdir=.
 auxdirline=`egrep '^AC_CONFIG_AUX_DIR' configure.in 2>/dev/null`