]> git.pld-linux.org Git - packages/TeXmacs.git/blame - TeXmacs-ac_fixes.patch
- cleaned and updated for 1.0.0.20
[packages/TeXmacs.git] / TeXmacs-ac_fixes.patch
CommitLineData
da4c6cc1 1--- TeXmacs-1.0.0.20-src/configure.in 2002-10-27 01:05:30.000000000 +0200
2+++ TeXmacs-1.0.0.20-src.new/configure.in 2002-10-29 19:29:32.000000000 +0100
3@@ -12,7 +12,8 @@
4 #
5 #--------------------------------------------------------------------
6
7-AC_INIT(Makefile.in)
8+AC_INIT
9+AC_CONFIG_SRCDIR([Makefile.in])
10
11 PACKAGE="TeXmacs"
12 VERSION="1.0.0.20"
13@@ -25,7 +26,7 @@
14
b0497b3a 15 AC_PROG_CC
16 AC_PROG_CXX
da4c6cc1 17-AC_LANG_CPLUSPLUS
18+AC_LANG([C++])
19 AC_MSG_CHECKING(whether GNU C++ compiler is default)
20 case "$GXX" in
21 yes )
22@@ -590,80 +591,6 @@
23 AC_SUBST(CONFIG_LIB_PATH)
24 AC_SUBST(CONFIG_STRIP)
b0497b3a 25
26-#--------------------------------------------------------------------
27-# Default paths for installation
28-#--------------------------------------------------------------------
29-
30-if test "$prefix" = ""; then
31- prefix=/usr/local
32-fi
33-if test "$prefix" = "NONE"; then
34- prefix=/usr/local
35-fi
36-if test "$exec_prefix" = ""; then
37- exec_prefix=${prefix}
38-fi
39-if test "$exec_prefix" = "NONE"; then
40- exec_prefix=${prefix}
41-fi
42-if test "$exec_prefix" = '${prefix}'; then
43- exec_prefix=${prefix}
44-fi
45-if test "$includedir" = ""; then
46- includedir=${exec_prefix}/include
47-fi
48-if test "$includedir" = "NONE"; then
49- includedir=${exec_prefix}/include
50-fi
51-if test "$includedir" = '${exec_prefix}/include'; then
52- includedir=${exec_prefix}/include
53-fi
54-if test "$libdir" = ""; then
55- libdir=${exec_prefix}/lib
56-fi
57-if test "$libdir" = "NONE"; then
58- libdir=${exec_prefix}/lib
59-fi
60-if test "$libdir" = '${exec_prefix}/lib'; then
61- libdir=${exec_prefix}/lib
62-fi
63-if test "$bindir" = ""; then
64- bindir=${exec_prefix}/bin
65-fi
66-if test "$bindir" = "NONE"; then
67- bindir=${exec_prefix}/bin
68-fi
69-if test "$bindir" = '${exec_prefix}/bin'; then
70- bindir=${exec_prefix}/bin
71-fi
72-if test "$datadir" = ""; then
73- datadir=${prefix}/share
74-fi
75-if test "$datadir" = "NONE"; then
76- datadir=${prefix}/share
77-fi
78-if test "$datadir" = '${prefix}/share'; then
79- datadir=${prefix}/share
80-fi
81-if test "$mandir" = ""; then
82- mandir=${prefix}/man
83-fi
84-if test "$mandir" = "NONE"; then
85- mandir=${prefix}/man
86-fi
87-if test "$mandir" = '${prefix}/man'; then
88- mandir=${prefix}/man
89-fi
90-if test "$libexecdir" = ""; then
91- libexecdir=${exec_prefix}/libexec
92-fi
93-if test "$libexecdir" = "NONE"; then
94- libexecdir=${exec_prefix}/libexec
95-fi
96-if test "$libexecdir" = '${exec_prefix}/libexec'; then
97- libexecdir=${exec_prefix}/libexec
98-fi
99-
100 curdir="`pwd`"
b0497b3a 101 tmdir=${PACKAGE}-${VERSION}
da4c6cc1 102 tmsrc=${curdir}/${tmdir}
103@@ -678,4 +605,5 @@
104 # Done
105 #--------------------------------------------------------------------
106
107-AC_OUTPUT(Makefile:Makefile.in src/common.makefile:src/common.makefile.in src/Basic/System/tm_configure.hh:src/Basic/System/tm_configure.in misc/Makefile:misc/Makefile.in misc/doxygen/Doxyfile:misc/doxygen/Doxyfile.in misc/scripts/fig2ps:misc/scripts/fig2ps.in misc/scripts/texmacs:misc/scripts/texmacs.in)
108+AC_CONFIG_FILES([Makefile:Makefile.in src/common.makefile:src/common.makefile.in src/Basic/System/tm_configure.hh:src/Basic/System/tm_configure.in misc/Makefile:misc/Makefile.in misc/doxygen/Doxyfile:misc/doxygen/Doxyfile.in misc/scripts/fig2ps:misc/scripts/fig2ps.in misc/scripts/texmacs:misc/scripts/texmacs.in])
109+AC_OUTPUT
This page took 0.043427 seconds and 4 git commands to generate.