]> git.pld-linux.org Git - packages/TeXmacs.git/blame - TeXmacs-ac_fixes.patch
- release 2; added support for pl programmers keyboard
[packages/TeXmacs.git] / TeXmacs-ac_fixes.patch
CommitLineData
b0497b3a 1--- TeXmacs-0.3.5.8-src/configure.in~ Sun Dec 2 11:57:09 2001
2+++ TeXmacs-0.3.5.8-src/configure.in Sun Dec 2 11:57:09 2001
3@@ -26,16 +26,6 @@
4 AC_PROG_CC
5 AC_PROG_CXX
6 AC_LANG_CPLUSPLUS
7-AC_MSG_CHECKING(whether GNU C++ compiler is default)
8-case "$GXX" in
9- yes )
10- AC_MSG_RESULT(yes)
11- ;;
12- *)
13- AC_MSG_WARN(no)
14- CXX="g++"
15- ;;
16-esac
17 GUILE_FLAGS
18 CPP_X_HEADERS
19
20@@ -252,80 +242,6 @@
21 AC_SUBST(CONFIG_WORD_MASK)
22 AC_SUBST(CONFIG_MAX_FAST)
23
24-#--------------------------------------------------------------------
25-# Default paths for installation
26-#--------------------------------------------------------------------
27-
28-if test "$prefix" = ""; then
29- prefix=/usr/local
30-fi
31-if test "$prefix" = "NONE"; then
32- prefix=/usr/local
33-fi
34-if test "$exec_prefix" = ""; then
35- exec_prefix=${prefix}
36-fi
37-if test "$exec_prefix" = "NONE"; then
38- exec_prefix=${prefix}
39-fi
40-if test "$exec_prefix" = '${prefix}'; then
41- exec_prefix=${prefix}
42-fi
43-if test "$includedir" = ""; then
44- includedir=${exec_prefix}/include
45-fi
46-if test "$includedir" = "NONE"; then
47- includedir=${exec_prefix}/include
48-fi
49-if test "$includedir" = '${exec_prefix}/include'; then
50- includedir=${exec_prefix}/include
51-fi
52-if test "$libdir" = ""; then
53- libdir=${exec_prefix}/lib
54-fi
55-if test "$libdir" = "NONE"; then
56- libdir=${exec_prefix}/lib
57-fi
58-if test "$libdir" = '${exec_prefix}/lib'; then
59- libdir=${exec_prefix}/lib
60-fi
61-if test "$bindir" = ""; then
62- bindir=${exec_prefix}/bin
63-fi
64-if test "$bindir" = "NONE"; then
65- bindir=${exec_prefix}/bin
66-fi
67-if test "$bindir" = '${exec_prefix}/bin'; then
68- bindir=${exec_prefix}/bin
69-fi
70-if test "$datadir" = ""; then
71- datadir=${prefix}/share
72-fi
73-if test "$datadir" = "NONE"; then
74- datadir=${prefix}/share
75-fi
76-if test "$datadir" = '${prefix}/share'; then
77- datadir=${prefix}/share
78-fi
79-if test "$mandir" = ""; then
80- mandir=${prefix}/man
81-fi
82-if test "$mandir" = "NONE"; then
83- mandir=${prefix}/man
84-fi
85-if test "$mandir" = '${prefix}/man'; then
86- mandir=${prefix}/man
87-fi
88-if test "$libexecdir" = ""; then
89- libexecdir=${exec_prefix}/libexec
90-fi
91-if test "$libexecdir" = "NONE"; then
92- libexecdir=${exec_prefix}/libexec
93-fi
94-if test "$libexecdir" = '${exec_prefix}/libexec'; then
95- libexecdir=${exec_prefix}/libexec
96-fi
97-
98 curdir="`pwd`"
99 genccpath=${curdir}/gencc/bin
100 tmdir=${PACKAGE}-${VERSION}
This page took 0.089564 seconds and 4 git commands to generate.