dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: treecc ChangeLog,1.57,1.58 Makefile.am,1.3,1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc ChangeLog,1.57,1.58 Makefile.am,1.3,1.4 configure.in,1.23,1.24
Date: Sat, 14 Dec 2002 23:21:01 -0500

Update of /cvsroot/dotgnu-pnet/treecc
In directory subversions:/tmp/cvs-serv460

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Remove TREECC_DATA_DIR and clean up the -Wall handling for gcc.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** ChangeLog   15 Dec 2002 04:16:53 -0000      1.57
--- ChangeLog   15 Dec 2002 04:20:59 -0000      1.58
***************
*** 16,19 ****
--- 16,22 ----
        build system, so that cygwin/mingw32 detection works correctly.
  
+       * Makefile.am, configure.in, examples/Makefile.am, tests/Makefile.am:
+       remove TREECC_DATA_DIR and clean up the -Wall handling for gcc.
+ 
  2002-11-24  Gopal V  <address@hidden>
        

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile.am 15 Dec 2002 04:03:27 -0000      1.3
--- Makefile.am 15 Dec 2002 04:20:59 -0000      1.4
***************
*** 33,41 ****
        $(SHELL) $(top_srcdir)/mkskel-sh $(SKELETON_FILES) >$(srcdir)/skels.c
  
- if USINGGCC
- INCLUDES = -Wall -DTREECC_DATA_DIR=\"$(datadir)/treecc\"
- else
- INCLUDES = -DTREECC_DATA_DIR=\"$(datadir)/treecc\"
- endif
- 
  CLEANFILES = skels.c
--- 33,35 ----

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** configure.in        15 Dec 2002 04:16:53 -0000      1.23
--- configure.in        15 Dec 2002 04:20:59 -0000      1.24
***************
*** 43,47 ****
  
  dnl Check to see if we are using gcc or not.
! AM_CONDITIONAL(USINGGCC, test x$GCC = xyes)
  
  dnl Checks for library functions.
--- 43,49 ----
  
  dnl Check to see if we are using gcc or not.
! if test x$GCC = xyes ; then
!       CFLAGS="$CFLAGS -Wall"
! fi
  
  dnl Checks for library functions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]