#1/6 config.h --> ngspice/config.h, configure.ac
This commit is contained in:
parent
3e98e15a20
commit
ee48c0952a
|
|
@ -4,14 +4,12 @@ ltconfig
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
install-sh
|
install-sh
|
||||||
config.h.in
|
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
missing
|
missing
|
||||||
stamp-h*
|
stamp-h*
|
||||||
Makefile.in
|
Makefile.in
|
||||||
configure
|
configure
|
||||||
config.log
|
config.log
|
||||||
config.h
|
|
||||||
config.cache
|
config.cache
|
||||||
libtool
|
libtool
|
||||||
config.status
|
config.status
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
2011-12-27 Robert Larice
|
||||||
|
* configure.ac ,
|
||||||
|
* .cvsignore ,
|
||||||
|
* src/include/ngspice/.cvsignore :
|
||||||
|
#1/6 config.h --> ngspice/config.h, configure.ac
|
||||||
|
|
||||||
2011-12-27 Robert Larice
|
2011-12-27 Robert Larice
|
||||||
* src/frontend/com_ghelp.c ,
|
* src/frontend/com_ghelp.c ,
|
||||||
* src/frontend/cpitf.c :
|
* src/frontend/cpitf.c :
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,12 @@ dnl Revison stamp the generated ./configure script
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
|
|
||||||
dnl Create a configuration header
|
dnl Create a configuration header
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([src/include/ngspice/config.h])
|
||||||
|
|
||||||
dnl Initialise automake stuff
|
dnl Initialise automake stuff
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE([-Wall -Werror nostdinc])
|
||||||
|
|
||||||
|
AC_SUBST([AM_CPPFLAGS],['-I. -I$(srcdir) -I$(top_builddir)/src/include'])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
Makefile.in
|
Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
|
config.h.in
|
||||||
|
config.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue