--- parser3/Makefile.in 2003/03/12 14:13:41 1.48.2.4 +++ parser3/Makefile.in 2004/03/25 12:12:12 1.57.2.1 @@ -64,6 +64,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +GC_LIBS = @GC_LIBS@ INCLTDL = @INCLTDL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -111,7 +112,6 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ -charsetsdir = @charsetsdir@ commentcharset_koi8r = @commentcharset_koi8r@ commentcharset_windows1250 = @commentcharset_windows1250@ commentcharset_windows1251 = @commentcharset_windows1251@ @@ -139,13 +139,12 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ -sqldriversdir = @sqldriversdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = src etc bin tests +SUBDIRS = src etc bin -EXTRA_DIST = operators.txt parser3.dsw +EXTRA_DIST = operators.txt parser3.sln subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -533,12 +532,13 @@ commit: # thus causing redundant remaking: # aclocal+autoconf+automake - cvs commit -m "no message" -f acinclude.m4 - cvs commit -m "no message" -f aclocal.m4 - cvs commit -m "no message" -f Makefile.am - cvs commit -m "no message" -f Makefile.in - cvs commit -m "no message" -f configure.in - cvs commit -m "no message" -f configure + cvs commit -m "$(m)" -f acsite.m4 + cvs commit -m "$(m)" -f acinclude.m4 + cvs commit -m "$(m)" -f aclocal.m4 + cvs commit -m "$(m)" -f Makefile.am + cvs commit -m "$(m)" -f Makefile.in + cvs commit -m "$(m)" -f configure.in + cvs commit -m "$(m)" -f configure cvs commit