]> www.ginac.de Git - cln.git/blobdiff - Makefile.devel
* cln.m4: quote macro name.
[cln.git] / Makefile.devel
index 5939efa922dd551c1ee9115017779f5802d57c09..a3c3b05b5b480dc9c579fe384d793372ff6835ef 100644 (file)
@@ -9,7 +9,7 @@ MAKE = make
 
 # GNU tar together with GNU bzip2. Excellent performance.
 PACK = tar
-PACKOPT = cvfhI
+PACKOPT = cvfhj
 PACKEXT = .tar.bz2
 
 
@@ -17,20 +17,20 @@ all : configures documentation
 
 
 CONFIGURES = configure
-CONFIGURES_IN = configure.in
+CONFIGURES_IN = configure.ac
 
-AUTOCONF_FILES = autoconf/aclocal.m4 autoconf/acgeneral.m4 autoconf/acspecific.m4
+AUTOCONF_FILES = autoconf/aclocal.m4 autoconf/autoconf.m4f autoconf/acgeneral.m4 autoconf/acspecific.m4
 
 configures : $(CONFIGURES)
 
-configure : configure.in $(AUTOCONF_FILES)
-       ./autoconf/autoconf -m autoconf
+configure : configure.ac $(AUTOCONF_FILES)
+       ./autoconf/autoconf -A autoconf -l autoconf
 
 CLISP_ACLOCAL = /home/kreckel/contrib/src/clisp/src/autoconf/aclocal.m4
 ACSELECT = /home/kreckel/contrib/src/clisp/src/autoconf/acselect
 LIBTOOLMACROS = /home/kreckel/contrib/libtool/libtool.m4
 
-autoconf/aclocal.m4 : $(CLISP_ACLOCAL)
+autoconf/aclocal.m4 : $(CLISP_ACLOCAL) autoconf/acinclude.m4
        ($(ACSELECT) `cat $(CONFIGURES_IN) | grep '^[A-Z][A-Z]_' | sed 's,[^A-Z_].*$$,,g' | sort | uniq` < $(CLISP_ACLOCAL) ; cat $(LIBTOOLMACROS) | sed -e 's,AC_CANONICAL_HOST,CL_CANONICAL_HOST,g' -e 's,AC_PROG_RANLIB,CL_PROG_RANLIB,g'; cat autoconf/acinclude.m4) > autoconf/aclocal.m4
 
 # Syntaxcheck