patches/hercules-01-wall.diff
author drdoug007
Sun, 27 May 2007 10:47:24 +0000
changeset 290 b81773a0844e
permissions -rw-r--r--
2007-05-28 Doug Scott <[email protected]> * SFEhercules.spec: Added IBM Mainframe emulator * patches/hercules-01-wall.diff: Usual -Wall removal * patches/hercules-02-solaris.diff: Solaris configuration * patches/hercules-03-test_cmd.diff: function starting with $
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
290
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur hercules-3.04.1-orig/configure.ac hercules-3.04.1/configure.ac
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- hercules-3.04.1-orig/configure.ac	2006-03-25 20:13:58.000000000 +0700
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ hercules-3.04.1/configure.ac	2007-05-28 12:38:39.625669924 +0700
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -27,7 +27,7 @@
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 #        Unfortunatelly, these are gcc flags.. so going to have
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 #        to find something better...
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 #
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-CFLAGS="$CFLAGS -W -Wall"
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
+#CFLAGS="$CFLAGS -W -Wall"
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
 AC_PROG_CC()                            # (back to using this again)
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12