From ffe7405ad2673c639d806142f3967abfdaf169a5 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 23 Jul 2011 13:06:58 +0000 Subject: [PATCH] update for --adms3 --- ChangeLog | 8 ++++++-- autogen.sh | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2db36456..726f30491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +2011-07-23 Robert Larice + * autogen.sh : + update for --adms3 + 2011-07-23 Dietmar Warning - * ngspiceMODULE.c.xml, ngspiceMakefile.am.xml: lower case substitution in xml module + * ngspiceMODULE.c.xml, ngspiceMakefile.am.xml: lower case substitution in xml module instead with perl in make process 2011-07-22 Laurent Lemaitre - * ngspice.xml: add code to create Makefile.am using flag --create_makefile_am + * ngspice.xml: add code to create Makefile.am using flag --create_makefile_am at admsXml command line 2011-07-21 Laurent Lemaitre diff --git a/autogen.sh b/autogen.sh index ef1666c45..979fad884 100755 --- a/autogen.sh +++ b/autogen.sh @@ -179,8 +179,11 @@ $znew ( cd $ADMSDIR/$adms_dir if [ "$ADMS" -eq 3 ]; then - $ADMSXML `ls admsva/*.va` -Iadmsva -xv \ - --ngspice-makefile -e ../admst/ngspice.xml + $ADMSXML \ + -I admsva \ + --create_makefile_am \ + -e ../admst/ngspice.xml \ + `ls admsva/*.va` else $ADMSXML `ls admsva/*.va` -Iadmsva -xv \ -e ../admst/ngspiceVersion.xml \