[lwatch-cvs] files/src Makefile.am,1.5,1.6 Makefile.in,1.7,1.8 config.h.in,1.5,1.6
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-03 23:37:41
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15728/src
Modified Files:
Makefile.am Makefile.in config.h.in
Log Message:
- configure.ac: target dist-bzip2, require autoconf 2.57, checking existence
of pcre.h
- doc/Makefile.am: building lwatch.1 from lwatch.sgml
- src/Makefile.am: change variable name (NAGLOWKI -> xh)
- other: automagic rebuild
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/src/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 3 Feb 2003 00:57:40 -0000 1.5
--- Makefile.am 3 Feb 2003 23:37:36 -0000 1.6
***************
*** 1,5 ****
bin_PROGRAMS = lwatch
! NAGLOWKI = acolors.h control.h defaults.h settings.h strpcre.h yparse.h
! lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(NAGLOWKI)
dist_sysconf_DATA = lwatch.conf
CLEANFILES = yparse.c stamp-h.in
--- 1,5 ----
bin_PROGRAMS = lwatch
! xh = acolors.h control.h defaults.h settings.h strpcre.h yparse.h
! lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh)
dist_sysconf_DATA = lwatch.conf
CLEANFILES = yparse.c stamp-h.in
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/src/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.in 3 Feb 2003 00:57:40 -0000 1.7
--- Makefile.in 3 Feb 2003 23:37:36 -0000 1.8
***************
*** 108,113 ****
target_alias = @target_alias@
bin_PROGRAMS = lwatch
! NAGLOWKI = acolors.h control.h defaults.h settings.h strpcre.h yparse.h
! lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(NAGLOWKI)
dist_sysconf_DATA = lwatch.conf
CLEANFILES = yparse.c stamp-h.in
--- 108,113 ----
target_alias = @target_alias@
bin_PROGRAMS = lwatch
! xh = acolors.h control.h defaults.h settings.h strpcre.h yparse.h
! lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh)
dist_sysconf_DATA = lwatch.conf
CLEANFILES = yparse.c stamp-h.in
Index: config.h.in
===================================================================
RCS file: /cvsroot/lwatch/files/src/config.h.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config.h.in 3 Feb 2003 00:37:04 -0000 1.5
--- config.h.in 3 Feb 2003 23:37:36 -0000 1.6
***************
*** 23,26 ****
--- 23,29 ----
#undef HAVE_MEMSET
+ /* Define to 1 if you have the <pcre.h> header file. */
+ #undef HAVE_PCRE_H
+
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
and to 0 otherwise. */
|