]> git.lyx.org Git - lyx.git/blob - config/configure.in
revert some
[lyx.git] / config / configure.in
1 dnl Process with autoconf to generate configure script   -*- sh -*-
2
3 AC_INIT(src/main.C)
4 AC_PREREQ(2.13) dnl We want to use autoconf 2.13
5 AM_CONFIG_HEADER(src/config.h)
6 dnl This is a trick to make autoheader do the right thing
7 dnl AM_CONFIG_HEADER(src/config.h)
8 AC_CONFIG_AUX_DIR(config)
9
10 PACKAGE=lyx${program_suffix}
11 VERSION="1.3.0cvs"
12 LYX_CHECK_VERSION
13
14 AC_CANONICAL_SYSTEM
15
16 LYX_VERSION_SUFFIX
17
18 AM_INIT_AUTOMAKE($lyxname, $VERSION)
19
20 # The list of languages known to LyX
21 # This is needed by GNU gettext
22 ALL_LINGUAS="bg ca cs da de es eu fi fr he hu it nl no pl pt ro ru sk sl sv tr wa"
23
24 # fix the value of the prefixes.
25 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27
28 ### Set the execute permissions of the various scripts correctly
29 for file in config/install-sh config/mkinstalldirs lib/configure ; do
30   chmod 755 ${srcdir}/${file}
31 done
32
33 ### Check for programs
34 AC_PROG_MAKE_SET
35 AC_PROG_INSTALL
36 #AC_PROG_RANLIB
37 AC_CHECK_PROG(KPSEWHICH, kpsewhich, kpsewhich, :)
38 if test "x$KPSEWHICH" = xkpsewhich ; then
39     AC_DEFINE(HAVE_KPSEWHICH, 1,
40     [Define this if you have the kpsewhich program working on your system.])
41 fi
42 AC_CHECK_PROGS(M4, gm4 gnum4 m4, m4)
43
44 # Work around a problem in automake 1.4: when invoking install-strip,
45 # INSTALL_PROGRAM is changed to 'install -s', and since
46 # INSTALL_SCRIPT==INSTALL_PROGRAM, we get errors with fileutils-4.0
47 # which returns an error condition when stripping fails.
48 INSTALL_SCRIPT='${INSTALL}'
49
50 ### we will also need a C compiler to compile GNU gettext
51 AC_PROG_CC
52
53 ### check for special systems
54 AC_ISC_POSIX
55 AC_AIX
56
57 ### Check for program extensions (.exe or nothing)
58 AC_EXEEXT
59
60 ### check which frontend we want to use
61 LYX_USE_FRONTEND
62
63 #old gnome stuff removed by Michael Koziarski 25-05-2002
64
65 ### Check for a C++ compiler
66 LYX_PROG_CXX
67 ### Some checks on what the C++ compiler can(not) do
68 AC_LANG_CPLUSPLUS
69 dnl we do not need that currently (and probably all our supported
70 dnl compiler allow that)
71 dnl LYX_CXX_PARTIAL
72 LYX_CXX_EXPLICIT
73 LYX_CXX_STL_STRING
74 LYX_CXX_GOOD_STD_STRING
75 LYX_CXX_CHEADERS
76 LYX_CXX_GLOBAL_CSTD
77 LYX_STD_COUNT
78 dnl we disable rtti for now
79 dnl LYX_CXX_RTTI
80 AC_CHECK_HEADERS(ostream istream sstream locale limits)
81 LYX_CXX_STL_MODERN_STREAMS
82
83 ### and now some special lyx flags.
84 AC_ARG_ENABLE(assertions,
85   [  --enable-assertions     add runtime sanity checks in the program],,
86   [if test $lyx_devel_version = yes -o $lyx_prerelease = yes ; then
87         enable_assertions=yes;
88     else
89         enable_assertions=no;
90     fi;])
91 if test "x$enable_assertions" = xyes ; then
92    lyx_flags="$lyx_flags assertions"
93    AC_DEFINE(ENABLE_ASSERTIONS,1,
94     [Define if you want assertions to be enabled in the code])
95 fi
96
97 ### Library Files
98 dnl by testing these we check if it is ok to have
99 dnl -lc and -lm as args to the compiler
100 AC_CHECK_LIB(m, sin)
101 AC_CHECK_LIB(c, fopen)
102
103 ### Add extra directories to check for libraries.
104 LYX_WITH_DIR([extra-lib],[extra library directory],extra_lib, NONE)
105 LYX_LOOP_DIR($lyx_cv_extra_lib,LYX_ADD_LIB_DIR(lyx_ldflags,$dir))
106 test ! x"$lyx_ldflags" = x && LDFLAGS="$lyx_ldflags $LDFLAGS"
107
108 ### Add extra directories to check for include files.
109 LYX_WITH_DIR([extra-inc],[extra include directory],extra_inc, NONE)
110 LYX_LOOP_DIR($lyx_cv_extra_inc,LYX_ADD_INC_DIR(lyx_cppflags,$dir))
111 test ! x"$lyx_cppflags" = x && CPPFLAGS="$lyx_cppflags $CPPFLAGS"
112
113 ### Add both includes and libraries
114 LYX_WITH_DIR([extra-prefix],[extra lib+include directory],extra_prefix, NONE, ${prefix})
115 LYX_LOOP_DIR($lyx_cv_extra_prefix,[
116 LYX_ADD_INC_DIR(CPPFLAGS,$dir/include)
117   LYX_ADD_LIB_DIR(LDFLAGS,$dir/lib)])
118
119 AC_ARG_WITH(aiksaurus,
120   [  --without-aiksaurus     do not use the Aiksaurus library],
121   [lyx_use_aiksaurus=$withval])
122 if test x$lyx_use_aiksaurus != xno; then
123 AC_CHECK_LIB(Aiksaurus, main,
124         [AC_DEFINE(HAVE_LIBAIKSAURUS,,[Define this if you have the AikSaurus library])
125          AIKSAURUS_LIBS="-lAiksaurus -lbz2"
126         ],,"-lbz2")
127 fi
128 AC_SUBST(AIKSAURUS_LIBS)
129
130 ### Setup libtool
131 AC_DISABLE_SHARED
132 AC_LIBTOOL_WIN32_DLL
133 #AM_PROG_LIBTOOL
134 LYX_PROG_LIBTOOL
135
136 ### Check if we want pspell libraries
137 CHECK_WITH_PSPELL
138
139 ### Check for X libraries
140 # The real thing.
141 AC_PATH_XTRA
142 LIBS="$X_PRE_LIBS $LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
143 # Since solaris X headers use int as implicit return type and modern
144 # gcc's do not like that, let's use -isystem instead of -I.
145 # We should test for gcc version and see whether it supports -isystem,
146 # but since at least gcc 2.6.x supports it and it is still too old for
147 # us, it seems we are safe.
148 if test -n "$GXX" ; then
149   X_CFLAGS=`echo ${X_CFLAGS} | sed -e 's/-I/-isystem /'`
150 fi
151 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
152
153 ## Check whether X is new enough to handle the input method stuff
154 AC_CHECK_FUNCS(XOpenIM)
155
156 ### check which frontend we want to use
157 # We have to check for xforms anyway
158 LYX_PATH_XPM
159 LYX_PATH_XFORMS
160
161 #LYX_USE_FRONTEND
162 dnl The code below is not in a macro, because this would cause big
163 dnl problems with the AC_REQUIRE contained in KDE_DO_IT_ALL.
164 case "$lyx_use_frontend" in
165   xforms)
166   # for now don't set it for xforms as this is always entered
167         FRONTEND="xforms"
168         FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
169         FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
170         case "$host" in
171           *cygwin)
172             FRONTEND_LIBS="@XFORMS_LIB@ @XFORMS_IMAGE_LIB@ @XPM_LIB@"
173             ;;
174           *)
175             FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
176             ;;
177         esac
178         FRONTEND_INFO="    libXpm version:               ${XPM_VERSION}\n\
179     libforms version:             ${XFORMS_VERSION}\n"
180         ;;
181   gnome)
182     PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0)
183     AC_SUBST(GNOME_FRONTEND_CFLAGS)
184     AC_SUBST(GNOME_FRONTEND_LIBS)
185
186     FRONTEND="xforms gnome"
187     FRONTEND_GUILIB="gnome/*.lo"
188     FRONTEND_LDFLAGS="${GNOME_FRONTEND_LIBS}"
189     FRONTEND_INCLUDES="-I\${srcdir}/gnome -I\${srcdir}/xforms ${GNOME_FRONTEND_CFLAGS} "
190     FRONTEND_LIBS="@XPM_LIB@ @XFORMS_LIB@ ${GNOME_FRONTEND_LIBS}";;
191   qt2)
192     QT2_DO_IT_ALL
193     FRONTEND="qt2"
194     FRONTEND_GUILIB="qt2/*.lo qt2/ui/*.lo qt2/moc/*.lo qt2/ui/moc/*.lo"
195     FRONTEND_LDFLAGS="\$(QT2_LDFLAGS)"
196     FRONTEND_INCLUDES="-I\${srcdir}/qt2 \$(QT2_INCLUDES)"
197     FRONTEND_LIBS="\$(QT2_LIBS)";;
198   *)
199     LYX_ERROR(Unknown frontend $lyx_use_frontend);;
200 esac
201
202 ### Check for xforms and xpm (only if X has been found).
203 if test "$have_x" = no ; then
204 LYX_ERROR(dnl
205 [Cannot find X window libraries and/or headers. Check your installation.
206    If you use a Linux system, check that you have installed
207    the development tools.])
208 fi
209
210 ### Check whether the xforms library has a viable image loader
211 ### For now, run this test always so config.h is unchanged by a change in
212 ### frontend
213 LYX_USE_XFORMS_IMAGE_LOADER
214
215 ### Setup GNU gettext
216 dnl GNU gettext is written in C
217 AC_LANG_C
218 # Some tests that may be useful for gettext
219 AC_C_CONST
220 AC_C_INLINE
221 # Do the real setup now
222 AM_GNU_GETTEXT
223 # a hack for those who try to change LyX, but do not have gettext installed
224 case  "${XGETTEXT}" in
225  *:) XGETTEXT='cp ${srcdir}/lyx.pot ./${PACKAGE}.po ; :'
226 esac
227
228 AC_SUBST(LINGUAS)
229
230 AC_LANG_CPLUSPLUS
231
232 # some standard header files
233 AC_HEADER_DIRENT
234 AC_HEADER_MAJOR
235 AC_CHECK_HEADERS(sys/time.h sys/types.h sys/select.h strings.h locale.h)
236
237 # some standard structures
238 AC_HEADER_STAT
239 AC_HEADER_TIME
240
241 # some standard types
242 AC_TYPE_MODE_T
243 AC_TYPE_OFF_T
244 AC_TYPE_PID_T
245 AC_TYPE_SIGNAL
246 AC_TYPE_SIZE_T
247 AC_TYPE_UID_T
248
249 AC_CHECK_FUNCS(snprintf vsnprintf)
250 LYX_CHECK_DECL(snprintf, stdio.h)
251 LYX_CHECK_DECL(vsnprintf, stdio.h)
252 LYX_CHECK_DECL(istreambuf_iterator, iterator)
253
254 dnl This is a slight hack: the tests generated by autoconf 2.52 do not
255 dnl work correctly because of some conflict with stdlib.h with g++ 2.96
256 dnl We aim to remove this eventually, since we should test as much as
257 dnl possible with the compiler which will use the functions (JMarc)
258 AC_LANG_C
259 AC_CHECK_FUNCS(memmove memset strchr putenv setenv mkfifo mkstemp mktemp)
260 AC_LANG_CPLUSPLUS
261
262 dnl Until this is fixed in autoconf we provide our own version
263 LYX_FUNC_SELECT_ARGTYPES
264
265 dnl check whether we have to work around solaris broken putenv()
266 LYX_FUNC_PUTENV_ARGTYPE
267
268
269 LYX_CHECK_DECL_HDRS(mkstemp,[unistd.h stdlib.h])
270
271 ### Some information on what just happened
272 real_bindir=`eval "echo \`eval \"echo ${bindir}\"\`"`
273 real_datadir=`eval "echo \`eval \"echo ${datadir}/${PACKAGE}\"\`"`
274 VERSION_INFO="Configuration\n\
275   Host type:                      ${host}\n\
276   Special build flags:           ${lyx_flags}\n\
277   C   Compiler:                   ${CC}\n\
278   C   Compiler flags:             ${CFLAGS}\n\
279   C++ Compiler:                   ${CXX} ${CXX_VERSION}\n\
280   C++ Compiler flags:             ${CXXFLAGS}\n\
281   Linker flags:                   ${LDFLAGS}\n\
282   Frontend:                       ${lyx_use_frontend}\n\
283 ${FRONTEND_INFO}\
284   LyX binary dir:                 ${real_bindir}\n\
285   LyX files dir:                  ${real_datadir}\n"
286
287
288 AC_SUBST(VERSION_INFO)
289
290 ### Finish the work.
291 AC_CONFIG_SUBDIRS(lib lib/reLyX)
292 AC_OUTPUT([Makefile \
293        boost/Makefile \
294        boost/libs/Makefile \
295        boost/libs/regex/Makefile \
296        boost/libs/regex/src/Makefile \
297        boost/libs/signals/Makefile \
298        boost/libs/signals/src/Makefile \
299        config/Makefile \
300        development/lyx.spec \
301        lib/Makefile \
302        intl/Makefile \
303        po/Makefile.in \
304        sourcedoc/Doxyfile \
305        src/Makefile \
306        src/version.C \
307        src/mathed/Makefile \
308        src/graphics/Makefile \
309        src/insets/Makefile \
310        src/support/Makefile \
311        src/frontends/Makefile \
312        src/frontends/controllers/Makefile \
313        src/frontends/xforms/Makefile \
314        src/frontends/xforms/forms/Makefile \
315        src/frontends/qt2/Makefile \
316        src/frontends/qt2/moc/Makefile \
317        src/frontends/qt2/ui/Makefile \
318        src/frontends/qt2/ui/moc/Makefile \
319        src/frontends/gnome/Makefile \
320 ])
321
322 # show version information
323 echo
324 printf "$VERSION_INFO"
325 echo
326
327 # Display a final warning if there has been a LYX_ERROR
328 LYX_CHECK_ERRORS