* Makefile.am: Conversion from notes dir to NOTES file.
* configure.in: Cosmetic changes. * tests/Makefile.am: Updates for distcheck target.
This commit is contained in:
parent
cbb5c9843d
commit
e7b68b461e
|
|
@ -1,3 +1,9 @@
|
|||
2000-10-18 Arno W. Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* Makefile.am: Changes for notes dir -> NOTES file conversion.
|
||||
|
||||
* tests/Makefile.am: Make distcheck target work again.
|
||||
|
||||
2000-10-17 Arno W. Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* TODO: Little updates.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SUBDIRS = doc src man tests
|
||||
|
||||
EXTRA_DIST = FAQ acconfig.h autogen.sh notes contrib
|
||||
EXTRA_DIST = FAQ acconfig.h autogen.sh NOTES contrib
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
||||
config.h.in config.sub configure install-sh \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,13 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/main.c)
|
||||
|
||||
dnl Create a configuration header
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl Initialize automake stuff
|
||||
AM_INIT_AUTOMAKE(ng-spice-rework,12)
|
||||
|
||||
|
||||
dnl --enable-ansi : try to force --ansi option to the compiler
|
||||
AC_ARG_ENABLE(ansi,
|
||||
[ --enable-ansi Force --ansi option for compilation])
|
||||
|
|
@ -36,9 +41,6 @@ AC_ARG_ENABLE(experimental,
|
|||
[ --enable-experimental Enables some experimental code])
|
||||
|
||||
|
||||
dnl Initialize automake stuff
|
||||
AM_INIT_AUTOMAKE(ng-spice-rework,12)
|
||||
|
||||
dnl Enable maintainer commands only if requested
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ TESTS = \
|
|||
diffpair.cir \
|
||||
fourbitadder.cir
|
||||
|
||||
TESTS_ENVIRONMENT = $(SHELL) check.sh $(top_builddir)/src/ngspice
|
||||
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
||||
|
||||
EXTRA_DIST = \
|
||||
README \
|
||||
|
|
|
|||
Loading…
Reference in New Issue