mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +00:00
make build work on cygwin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6662 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2b1cd5386d
commit
d3addc6c37
@ -21,6 +21,10 @@
|
||||
|
||||
* INSTALL: small english fix
|
||||
|
||||
2003-03-12 Kayvan Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* autogen.sh (ACINCLUDE_FILES): Added cygwin.m4
|
||||
|
||||
2003-02-27 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* INSTALL: better instructions for the Qt frontend
|
||||
|
@ -4,7 +4,7 @@ ACLOCAL="aclocal"
|
||||
AUTOHEADER="autoheader"
|
||||
AUTOMAKE="automake -a -c --foreign"
|
||||
AUTOCONF="autoconf"
|
||||
ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 xforms.m4 qt.m4 gtk--.m4 gnome--.m4 gnome.m4 pspell.m4 pkg.m4"
|
||||
ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 xforms.m4 qt.m4 gtk--.m4 gnome--.m4 gnome.m4 pspell.m4 cygwin.m4 pkg.m4"
|
||||
|
||||
# Discover what version of autoconf we are using.
|
||||
autoversion=`$AUTOCONF --version | head -n 1`
|
||||
|
@ -1,3 +1,16 @@
|
||||
2003-03-12 Kayvan Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* configure.ac:
|
||||
* configure.in: Add the CHECK_WITH_CYGWIN macro call.
|
||||
|
||||
* Makefile.am: add cygwin.m4 to EXTRA_DIST
|
||||
|
||||
* cygwin.m4: Add CHECK_WITH_CYGWIN function to encapuslate
|
||||
some checks for Win32 GCC based on info from the following URL:
|
||||
http://bugzilla.gnome.org/showattachment.cgi?attach_id=12253
|
||||
|
||||
* libtool.m4: TAB to SPACE fixes. Now impgen.c compiles on Cygwin.
|
||||
|
||||
2003-03-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.in:
|
||||
|
@ -4,4 +4,4 @@ EXTRA_DIST = common.am codeset.m4 libtool.m4 gettext.m4 \
|
||||
lyxinclude.m4 lyxinclude25x.m4 lyxinclude213.m4 \
|
||||
glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 \
|
||||
qt.m4 gtk--.m4 gnome--.m4 gnome.m4 pkg.m4 xforms.m4 pspell.m4 \
|
||||
relyx_configure.ac relyx_configure.in
|
||||
relyx_configure.ac relyx_configure.in cygwin.m4
|
||||
|
@ -132,6 +132,9 @@ LYX_PROG_LIBTOOL
|
||||
### Check if we want pspell libraries
|
||||
CHECK_WITH_PSPELL
|
||||
|
||||
### Check for some Cygwin-specific details.
|
||||
CHECK_WITH_CYGWIN
|
||||
|
||||
### Check for X libraries
|
||||
# The real thing.
|
||||
AC_PATH_XTRA
|
||||
|
@ -135,6 +135,9 @@ LYX_PROG_LIBTOOL
|
||||
### Check if we want pspell libraries
|
||||
CHECK_WITH_PSPELL
|
||||
|
||||
### Check for some Cygwin-specific details.
|
||||
CHECK_WITH_CYGWIN
|
||||
|
||||
### Check for X libraries
|
||||
# The real thing.
|
||||
AC_PATH_XTRA
|
||||
|
@ -72,4 +72,6 @@ What's new
|
||||
- make automatic generation of autoscripts optional; this was annoying
|
||||
for patches.
|
||||
|
||||
- fix building on cygwin
|
||||
|
||||
- fix building on NetBSD [bug #1007]
|
||||
|
Loading…
Reference in New Issue
Block a user