|
From: Hans-Bernhard B. <br...@us...> - 2001-06-27 15:51:30
|
Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv422
Modified Files:
Makefile.am configure.in
Log Message:
Further steps to "make dist" and "make distcheck" work
Index: Makefile.am
===================================================================
RCS file: /cvsroot/cscope/cscope/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 2000/05/19 01:50:53 1.2
--- Makefile.am 2001/06/27 15:51:26 1.3
***************
*** 3,5 ****
SUBDIRS = doc src contrib
! EXTRA_DIST = contrib/README contrib/ocs
--- 3,6 ----
SUBDIRS = doc src contrib
! EXTRA_DIST = packages
!
Index: configure.in
===================================================================
RCS file: /cvsroot/cscope/cscope/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** configure.in 2001/06/26 14:05:52 1.15
--- configure.in 2001/06/27 15:51:26 1.16
***************
*** 132,136 ****
fi
])
- AM_CONDITIONAL(USING_LEX, text "x$LEX" = "xflex")
dnl === END aclocal REPLACEMENT MACROS
--- 132,135 ----
***************
*** 145,148 ****
--- 144,148 ----
AC_PROG_CC
AMNU_PROG_LEX
+ AM_CONDITIONAL(USING_LEX, test "x$LEX" = "xlex")
dnl below is hack to shut automake up about things it shouldn't be checking
if false; then
|