]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
* autogen.sh: Generate.
[lilypond.git] / stepmake / stepmake / generic-targets.make
index 5c7d038bf4b35175f76ede04878cc09bd708d321..f9b49024a76f7b66124045a557a9c8e62868f9f5 100644 (file)
@@ -99,9 +99,8 @@ $(outdir)/version.hh: $(outdir)/VERSION
 $(outdir)/config.h: $(config_h)
        cp -p $< $@
 
-# should this be in Rules?
 configure: configure.in aclocal.m4
-       autoconf 
+       NOCONFIGURE=yes $(srcdir)/autogen.sh
        chmod +x configure
 
 local-clean:
@@ -163,6 +162,6 @@ release:
 rpm: $(depth)/$(package-icon) dist
        @echo "Assuming Red Hat system" #FIXME: check distro, then issue rpm
        $(MAKE) -C $(depth)/make
-       cd $(depth) && rmp -bb make/$(outdir)/lilypond.redhat.spec
+       cd $(depth) && rpm -bb make/$(outdir)/lilypond.redhat.spec
 #      su -c 'rpm -tb $(depth)/$(outdir)/$(distname).tar.gz'