summaryrefslogtreecommitdiff
blob: 1d67e5242b893e60432295a400fdc16c721771c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
diff -ur base-0.0/base/process/Makefile.in base-0.0-gentoo/base/process/Makefile.in
--- base-0.0/base/process/Makefile.in	2002-12-19 10:21:12.000000000 +1300
+++ base-0.0-gentoo/base/process/Makefile.in	2003-11-06 19:12:39.000000000 +1300
@@ -243,9 +243,9 @@
 ####### kdevelop will overwrite this part!!! (begin)##########
 lib_LTLIBRARIES = libprocess.la
 
-INCLUDES = $(all_includes)
+INCLUDES = $(all_includes) -I${S}/facturalux/flbase -I${S}/facturalux/plugins/flfielddb -I${S}/facturalux/plugins/fltabledb -I${S}/facturalux/barcode -I${S}/facturalux/kugar -I${S}/facturalux/process
 
-LDFLAGS = 
+LDFLAGS =
 
 libprocess_la_LDFLAGS = -version-info 0:0:0
 
diff -ur base-0.0/configure base-0.0-gentoo/configure
--- base-0.0/configure	2002-12-06 07:38:15.000000000 +1300
+++ base-0.0-gentoo/configure	2003-11-06 18:44:27.000000000 +1300
@@ -22349,75 +22349,9 @@
 
 
 
-save_LDFLAGS=$LDFLAGS
-LDFLAGS="-L${libdir}  $X_LDFLAGS $QT_LDFLAGS $LDFLAGS"
-echo "$as_me:$LINENO: checking for main in -lflbase" >&5
-echo $ECHO_N "checking for main in -lflbase... $ECHO_C" >&6
-if test "${ac_cv_lib_flbase_main+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lflbase $LIBQT -lqui -lkugar -lbarcode -lprocess $LIBS"
-cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
-int
-main ()
-{
-main ();
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-  (eval $ac_try) 2>&5
-  ac_status=$?
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); }; }; then
-  ac_cv_lib_flbase_main=yes
-else
-  echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-ac_cv_lib_flbase_main=no
-fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_flbase_main" >&5
-echo "${ECHO_T}$ac_cv_lib_flbase_main" >&6
-if test $ac_cv_lib_flbase_main = yes; then
-  fllib=${libdir}
-else
-  fllib=NO
-fi
-
-if test $fllib = NO
-then
-    { { echo "$as_me:$LINENO: error: your system fails at linking a small FacturaLUX application!
-Check, if your compiler and FacturaLUX are installed correctly.
-For more details about this problem, look at the end of config.log." >&5
-echo "$as_me: error: your system fails at linking a small FacturaLUX application!
-Check, if your compiler and FacturaLUX are installed correctly.
-For more details about this problem, look at the end of config.log." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-LDFLAGS="-L${fllib} -L${fllib}/designer $save_LDFLAGS"
-CXXFLAGS="-I${prefix}/include/facturalux $CXXFLAGS"
+#LIBS="-lflbase $LIBQT -lqui -lkugar -lbarcode -lprocess $LIBS"
+#LDFLAGS="-L${fllib} -L${fllib}/designer $save_LDFLAGS"
+#CXXFLAGS="-I${S}/facturalux/flbase $CXXFLAGS"
 
 ac_config_files="$ac_config_files Makefile base/Makefile base/forms/Makefile base/process/Makefile base/icons/Makefile base/queries/Makefile base/reports/Makefile base/tables/Makefile base/translations/Makefile"
 cat >confcache <<\_ACEOF