aboutsummaryrefslogtreecommitdiff
path: root/games/cgoban/files/patch-configure
blob: b030824e68e97c1c663710c85158fe1df2a10400 (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
42
43
--- configure.orig	Mon Jan  6 12:33:43 2003
+++ configure	Mon Jan 13 18:57:02 2003
@@ -1272,7 +1272,7 @@
 
 
 
-am__api_version="1.6"
+am__api_version="14"
 ac_aux_dir=
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
   if test -f $ac_dir/install-sh; then
@@ -1540,13 +1540,13 @@
 
 # Some tools Automake needs.
 
-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal${am__api_version}"}
 
 
 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
 
 
-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake${am__api_version}"}
 
 
 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
@@ -3832,15 +3832,6 @@
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-echo "$as_me:$LINENO: checking for best CFLAGS argument" >&5
-echo $ECHO_N "checking for best CFLAGS argument... $ECHO_C" >&6
-if test $ac_cv_c_compiler_gnu = yes ; then
-  CFLAGS='-O2 -fomit-frame-pointer'
-else
-  CFLAGS='-O'
-fi
-echo "$as_me:$LINENO: result: $CFLAGS" >&5
-echo "${ECHO_T}$CFLAGS" >&6
 
 
 # Add the stamp file to the list of files AC keeps track of,