|
|
|
@ -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 |
|
|
|
|
|
|
|
|