Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4f0ba3f0
...
4f0ba3f06baf86df828e56b583c255188efd5ff9
authored
2002-02-16 12:12:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(LTLIBOBJS hack): escape [ and ]
1 parent
f9b91972
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
ChangeLog
configure.in
ChangeLog
View file @
4f0ba3f
2002
-
02
-
16
Sergey
Poznyakoff
*
configure
.
in
(
LTLIBOBJS
hack
)
:
escape
'['
and
']'
2002
-
02
-
15
Jeff
Bailey
<
jbailey
@outpost
.
dnsalias
.
org
>
*
configure
.
in
:
Hack
to
make
AC_REPLACE_FUNCS
refer
to
.
lo
instead
...
...
configure.in
View file @
4f0ba3f
...
...
@@ -337,9 +337,9 @@ CPPFLAGS="$CPPFLAGS -DSYSCONFDIR=\\\"\$(sysconfdir)\\\""
dnl This is really UGLY! This works around a libtool/autoconf bug that only
dnl allows LIBOBJS to contain .o, not .lo for libtool.
LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.[
^.]* /.lo /g;s/\.[^.
]*$/.lo/'`
LTLIBOBJS=`echo "$LIBOBJS" | sed 's/\.[
[^.]]* /.lo /g;s/\.[[^.]
]*$/.lo/'`
AC_SUBST(LTLIBOBJS)
LTALLOCA=`echo "$ALLOCA" | sed 's/\.[
^.]* /.lo /g;s/\.[^.
]*$/.lo/'`
LTALLOCA=`echo "$ALLOCA" | sed 's/\.[
[^.]]* /.lo /g;s/\.[[^.]
]*$/.lo/'`
AC_SUBST(LTALLOCA)
dnl Output Makefiles
...
...
@@ -351,4 +351,4 @@ AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
frm/Makefile sieve/Makefile messages/Makefile scripts/Makefile
libmu_scm/Makefile guimb/Makefile guimb/scm/Makefile
readmsg/Makefile
MySql/Makefile comsat/Makefile mail.local/Makefile)
MySql/Makefile comsat/Makefile mail.local/Makefile
mh/Makefile
)
...
...
Please
register
or
sign in
to post a comment