Update of /cvsroot/mod-c/ehtml/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17401/include
Modified Files:
Makefile.in
Log Message:
Bootstraped.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mod-c/ehtml/include/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.in 23 Aug 2006 10:32:57 -0000 1.4
--- Makefile.in 8 Sep 2006 14:34:29 -0000 1.5
***************
*** 1,3 ****
! # Makefile.in generated by automake 1.9.6 from Makefile.am.
# @configure_input@
--- 1,3 ----
! # Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
***************
*** 39,48 ****
subdir = include
DIST_COMMON = $(ehtml_HEADERS) $(srcdir)/Makefile.am \
! $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
! mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
--- 39,48 ----
subdir = include
DIST_COMMON = $(ehtml_HEADERS) $(srcdir)/Makefile.am \
! $(srcdir)/Makefile.in ChangeLog
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
! mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
***************
*** 86,89 ****
--- 86,91 ----
DEFS = @DEFS@
DEPDIR = @DEPDIR@
+ DOXYGEN = @DOXYGEN@
+ DOXYGEN_SUBDIR = @DOXYGEN_SUBDIR@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
|