summaryrefslogtreecommitdiff
path: root/mail/xfmail/files/patch-aa
blob: 9265921efd56a0722359b91ca3e5a012d485861e (plain) (blame)
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
--- configure.in.orig	Sun Jun  3 17:07:35 2001
+++ configure.in	Sun Jun 24 22:59:18 2001
@@ -10,7 +10,6 @@
 
 dnl Checks for programs.
 AC_SUBST(CC)
-AC_SUBST_FILE(debug_frag)
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_RANLIB
@@ -19,9 +18,6 @@
 
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=""
-AM_GNU_GETTEXT
-
 dnl Set which project we are building
 AC_DEFINE(XFMAIL)
 AM_CONDITIONAL(BUILD_ARCHIMEDES, test "xfmail" = "archimedes")
@@ -227,6 +223,9 @@
 dnl Get/Set Compile Info
 INFO()
 
+CFLAGS="$CFLAGS -I/usr/local/include"
+CXXFLAGS="$CXXFLAGS -I/usr/local/include"
+
 AC_OUTPUT(Makefile 
 src/include/version.h
 src/Makefile
@@ -236,10 +235,8 @@
 src/editor/Makefile
 src/ui/Makefile
 src/regex/Makefile
-intl/Makefile
 data/Makefile
 man/Makefile
-po/Makefile
 contrib/Makefile
 contrib/misc/build.sh
 contrib/misc/Rules2Procmail.pl