Skip to content

Commit

Permalink
Sync changes from 1.8.x, and go back to using psglyphs + charset to u…
Browse files Browse the repository at this point in the history
…nicode

map files.
  • Loading branch information
michaelrsweet committed Nov 3, 2005
1 parent 052d786 commit 1146258
Show file tree
Hide file tree
Showing 38 changed files with 5,044 additions and 6,587 deletions.
1,306 changes: 0 additions & 1,306 deletions CHANGES-1.8.txt

This file was deleted.

9 changes: 9 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ CFLAGS="${CFLAGS:=}"
CXXFLAGS="${CXXFLAGS:=}"
LDFLAGS="${LDFLAGS:=}"


AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging, default=no],
[if eval "test x$enable_debug = xyes"; then
OPTIM="-g "
Expand Down Expand Up @@ -373,6 +374,14 @@ else
esac
fi

dnl Set build mode...
if test x$enable_debug = xyes; then
BUILDMODE="debug"
else
BUILDMODE="production"
fi
AC_SUBST(BUILDMODE)

dnl Generate the top-level Makefile and Makedefs file...
AC_OUTPUT(Makedefs Makefile htmldoc.list)

Expand Down
Loading

0 comments on commit 1146258

Please sign in to comment.