]> git.saurik.com Git - bison.git/commitdiff
(AUTOMAKE_OPTIONS): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Oct 2002 01:29:01 +0000 (01:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Oct 2002 01:29:01 +0000 (01:29 +0000)
lib/Makefile.am
src/Makefile.am

index 0de12dbce9ac29fe055b65c9c367a65e8a066a90..f7a012d334959fae84ac2915d8415c60afd1ca61 100644 (file)
@@ -15,8 +15,6 @@
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 ## 02111-1307  USA
 
-AUTOMAKE_OPTIONS = ansi2knr
-
 AM_CFLAGS = $(WARNING_CFLAGS)
 
 noinst_LIBRARIES = libbison.a
index 557cff7e8607f5959d3595277b87eb1c9b181b9b..7a388a06f90462147db1537995fd328a3863040c 100644 (file)
@@ -15,8 +15,6 @@
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 ## 02111-1307  USA
 
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
-
 DEFS = @DEFS@ \
   -DPKGDATADIR=\"$(pkgdatadir)\" \
   -DLOCALEDIR=\"$(datadir)/locale\"