blob: 134aa0bdcc54d42239ba5aac3af042a2e8d588f5 (
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
|
--- autogen.sh.orig Mon Feb 5 17:40:21 2001
+++ autogen.sh Thu Jul 5 20:06:50 2001
@@ -14,14 +14,6 @@
DIE=1
}
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have libtool installed to compile xfmail."
- echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
- echo "(or a newer version if it is available)"
- DIE=1
-}
-
(automake --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have automake installed to compile xfmail."
@@ -42,15 +34,4 @@
automake --gnu --add-missing
cd "$THEDIR"
-if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
-fi
-
-$srcdir/configure "$@"
cd $srcdir/src/ui && ./help_gen
-
-echo
-echo "Now type 'make' to compile xfmail."
-echo "If you have problems, please see the directory docs/"
-echo "for possible resolutions."
|