Running on Fedora 8.
Tried to change the names in the makefile but they are overwritten, when I run bootstrap again:
This is what the makefile look llike:

## This file is generated by autogen.py, do not edit
## Process this file with automake to produce Makefile.in
## autogen includes dependencies so automake doesn't need to generated them

AUTOMAKE_OPTIONS = no-dependencies 1.4 foreign

if NEED_MX
NEED_MX = 1
endif

uninstall-local-:
install-exec-local-:
if NOT_WIN32
 C_monetdb-template-config = monetdb-template-config
 C_script_monetdb-template-config = script_monetdb-template-config
endif
script_monetdb-template-config: monetdb-template-config
    chmod a+x $<
install-exec-local-monetdb-template-config: monetdb-template-config
    -mkdir -p $(DESTDIR)$(bindir)
    -$(RM) $(DESTDIR)$(bindir)/monetdb-template-config
    $(INSTALL) $< $(DESTDIR)$(bindir)/monetdb-template-config

uninstall-local-monetdb-template-config:
    $(RM) $(DESTDIR)$(bindir)/monetdb-template-config

if NEED_MX
endif
monetdb-template-config: monetdb-template-config.in
INCLUDES = -I$(srcdir)
BUILT_SOURCES = $(C_monetdb-template-config)
MOSTLYCLEANFILES = $(C_monetdb-template-config)
EXTRA_DIST = Makefile.msc config.guess config.sub install-sh missing ltmain.sh config.h.in  $(BUILT_SOURCES)
bin_SCRIPTS =  $(C_script_monetdb-template-config)
install-exec-local-SCRIPTS:
all-local-SCRIPTS: $(bin_SCRIPTS)
uninstall-local: uninstall-local-$(C_monetdb-template-config)
install-exec-local: install-exec-local-$(C_monetdb-template-config)

include $(top_srcdir)/*.mk
include $(top_builddir)/*.mk

Regards Erik

On Fri, Mar 7, 2008 at 9:48 AM, Stefan Manegold <Stefan.Manegold@cwi.nl> wrote:
On Fri, Mar 07, 2008 at 09:13:35AM -0800, Erik Holstad wrote:
> Hi!
> Yes I did get the template from the CVS and I did run the ./bootstrap for
> both buildtools and template and this is the message that I got:
>
> automake 1.10 is 1.7 or newer. Good.
> autoconf 2.61 is 2.57 or newer. Good.
> libtool 1.5.24 is 1.4 or newer. Good.
> Python 2.5.1 is 2.0.0 or newer. Good.
> /home/erik/MonetDB/template/conf
> /home/erik/MonetDB/template/src
> /home/erik/MonetDB/template/src/monetdb4
> /home/erik/MonetDB/template/src/monetdb5
> Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
> Putting files in AC_CONFIG_AUX_DIR, `conf'.
> patching file aclocal.m4
> Hunk #1 succeeded at 423 (offset -5963 lines).
> conf/Makefile.am:15: bad characters in variable name
> `C_monetdb-template-config'
> conf/Makefile.am:16: bad characters in variable name
> `C_script_monetdb-template-config'
>
> and I looked at rows 15 and 16 but couldn't see what was wrong.

obviously, the '-' in the variable names are the problem; they should be '_'
(and are in my case) --- I have no idea (yet?), why they aren't in your case
--- what system are you running on?

Stefan

> Regards Erik

--
| Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl |
| CWI,  P.O.Box 94079 | http://www.cwi.nl/~manegold/  |
| 1090 GB Amsterdam   | Tel.: +31 (20) 592-4212       |
| The Netherlands     | Fax : +31 (20) 592-4312       |

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
MonetDB-users mailing list
MonetDB-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-users