Holger Vogt
da6d2dd781
Bug 548: Add support for mawk in autogen.sh
5 years ago
Holger Vogt
952af0b75a
replace bash-type code by more general code
patch provided by Attila Kinali
7 years ago
Holger Vogt
410345cf82
Check for *.va files, exit if adms is selected
and *.va files are not available
8 years ago
rlar
8c09761e6b
adms, polish autogen.sh and configure.ac
Allow to override the admsXml executable when invoking
autogen.sh and configure.ac
ADMSXML=/foo/bar/baz/admsXml ./autogen.sh --adms
ADMSXML=/foo/bar/baz/admsXml ./configure --enable-adms
alternatively (and more advertised)
./configure ADMSXML=/foo/bar/baz/admsXml --enable-adms
The generated Makefiles remember the given path.
A relative path doesn't make sense of course.
9 years ago
rlar
6d356f439d
autogen.sh, src/Makefile.am, fix a build problem
in autogen.sh:
libtoolize generates m4/*.m4 files
autoheader generates config.h.in
but only when needed
Thus a second autogen.sh invocation generated new .m4 files
but left config.h.in untouched with old timestamp
The makefiles did recognice this situation and tried to regenerate
config.h.in and config.h
But the subdir src/include was not the first one in src/Makefile.am
and thus this update did occure too late,
causing further rebuilds in the next make invocation.
Avoid this with --force arguments to the autotools,
and put src/include into the first position.
10 years ago
rlar
8f63725cf0
autogen.sh, include local `m4' directory when invoking `aclocal'
11 years ago
Francesco Lannutti
409207eb77
Restored the execution flag on configure when ADMS is enabled
13 years ago
Francesco Lannutti
1209a5b025
Makefiles, drop some CVS remnants
14 years ago
Francesco Lannutti
a10f497e97
autogen.sh, fix for Mac OS X
14 years ago
rlar
ba131a5077
remove adms3 #1/2, code
due to license issues, and with the aim to approach the next
ngspice release 25
we have to move this over to a development branch
14 years ago
rlar
1baec0b6b1
bug fix, first run libtoolize then aclocal
reported by Joseph Trebbien on
[Ngspice-devel] Build error "required file `./ltmain.sh' not found"
14 years ago
rlar
0b5042e7da
remove CVS `Id',`log' etc. keyword incantations
14 years ago
rlar
5333ab2a4b
switch --adms3 over to the new adms3va directories
14 years ago
rlar
ffe7405ad2
update for --adms3
15 years ago
rlar
aacf1e599d
update --adms3
15 years ago
rlar
c99b0476a0
add --adms3 to autogen.sh
15 years ago
r29173
fbf52906b0
remove usage of ngspiceVersion.xml in autogen.sh
15 years ago
rlar
eb524b6f68
aautogen.sh, change a `sed' expression to be more defensive
16 years ago
rlar
f025c7a602
autogen.sh, cleanup
16 years ago
rlar
ef121c3509
run aclocal first, then libtoolize
16 years ago
rlar
2010672489
rename configure.in -> configure.ac
16 years ago
h_vogt
9f503c6c3f
test for awk
16 years ago
h_vogt
5b04fa5d37
TCLCYG, adms update
16 years ago
h_vogt
a7864c8f61
update on --adms
16 years ago
h_vogt
d8f112d862
see ChangeLog
16 years ago
h_vogt
1657b33535
update: remove goto
16 years ago
h_vogt
b82ef13db7
update for adms
16 years ago
pnenzi
6c05ffe903
Changed .tmp in .temp. This fix the "cannot stat" error in mv command.
17 years ago
dwarning
58ad4af9f6
try to integrate adms in autoconfiguration
17 years ago
sjborley
51b2d73d79
Added automake warning and output verbosity to autogen.sh
19 years ago
pnenzi
1b2a22a9a9
Update (no more cd - )
20 years ago
pnenzi
650dbd1495
Dietmar corrections on autgen.sh and removed c directory in configure.in
20 years ago
pnenzi
352f3cc09b
Fixed errors
20 years ago
pnenzi
f3070062eb
Removed support for EKV and generation of C code from autogen.sh for verilog devices.
20 years ago
pnenzi
9610c5bf21
Removed spurious check for admsXml.
20 years ago
pnenzi
63909887f9
Added --adms switch for verilo-a models
20 years ago
sjborley
ae5debfbe1
Now gives more relevant advice when a required program is missing.
21 years ago
pnenzi
40017e1290
Added support for MAC OSX.
21 years ago
arno
94162c3fee
* autogen.sh: no longer call configure.
26 years ago
arno
5455e51390
* src/analysis/*: Moved these files into src/devices/analysis.
26 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago