Skip to content
Snippets Groups Projects
Commit a4f7de72 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

configure args now saved

Rev: src/Makefile.in:1.50
Rev: src/configure.in:1.150
parent b1f4eb39
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ peep.o: $(SRCDIR)/peep_engine.c
depend: $(SRCDIR)/language.c
gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
( cd modules ; $(MAKE) $(MAKE_FLAGS) depend )
$(SRCDIR)/configure
$(SRCDIR)/configure @ac_configure_args@
docs:
mkdir docs
......
AC_REVISION("$Id: configure.in,v 1.149 1998/01/13 22:56:40 hubbe Exp $")
AC_REVISION("$Id: configure.in,v 1.150 1998/01/14 01:30:23 hubbe Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
......@@ -1906,6 +1906,7 @@ AC_SUBST(OPTIMIZE)
AC_SUBST(EXTRA_OBJS)
AC_SUBST(RANLIB)
AC_SUBST(DEBUGDEF)
AC_SUBST(ac_configure_args)
if test x$ac_cv_func_dlopen$ac_cv_func_dld_link = xnono ; then
with_dynamic_modules=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment