mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
#1/6 config.h --> ngspice/config.h, configure.ac
This commit is contained in:
+4
-2
@@ -26,10 +26,12 @@ dnl Revison stamp the generated ./configure script
|
||||
AC_REVISION($Revision$)
|
||||
|
||||
dnl Create a configuration header
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
AC_CONFIG_HEADER([src/include/ngspice/config.h])
|
||||
|
||||
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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user