diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-01-28 04:43:35 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-01-28 04:43:35 +0000 |
commit | 9d71cc7f5083637011b546c4611e346615d6da00 (patch) | |
tree | 8d2073e3ac7910cb306c86d1d9603bbf503b4d07 /acinclude.m4 | |
parent | d9a8bb01e475802409124439e35705bd59034532 (diff) |
Xsed isn't valid here, don't use it
* acinclude.m4: Xsed isn't valid here, don't use it
* ltmain.sh
* ltconfig: better file magic regexp for Linux libs
* gmodule/Makefile.am: arg, noinst_LTLIBRARIES doesn't make shared
libs, revert my previous change to this file
* docs/texinfo.tex: add it so automake doesn't whine
-Yosh
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 8ce50126e..7224e7047 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -206,7 +206,7 @@ changequote([,])dnl case "$host_os" in cygwin*) # Convert to a UNC path for cygwin - test -z "$LD" && LD=`echo X$ac_prog | $Xsed -e "$sub_uncdrive"` + test -z "$LD" && LD=`echo X$ac_prog | sed -e "1s/^X//" -e "$sub_uncdrive"` ;; *) test -z "$LD" && LD="$ac_prog" |