[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-74-g9a7c363)
The branch, master has been updated
via 9a7c363c572d32a30fa1522cd7d14b21c2958ca8 (commit)
from 209e55a6a0ab33478cea41c154be64d7ec0620ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gattrib/configure.ac | 2 +-
gnetlist/configure.ac | 2 +-
gschem/configure.ac.in | 2 +-
gsymcheck/configure.ac | 2 +-
libgeda/configure.ac.in | 2 +-
utils/configure.ac | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
=================
Commit Messages
=================
commit 9a7c363c572d32a30fa1522cd7d14b21c2958ca8
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
This fixes an issue with config.h.in not being correctly regenerated
with autoheader on changes to configure.ac.
Thanks to Maciej Pijanka for working out the solution to this problem!
:100644 100644 5d21688... 7bc1f2c... M gattrib/configure.ac
:100644 100644 7b0cba3... c97e9dd... M gnetlist/configure.ac
:100644 100644 f600c45... 4351cf7... M gschem/configure.ac.in
:100644 100644 0d9f524... 2bc2786... M gsymcheck/configure.ac
:100644 100644 131bf33... 78e8a8d... M libgeda/configure.ac.in
:100644 100644 2fb42c2... 054cf38... M utils/configure.ac
=========
Changes
=========
commit 9a7c363c572d32a30fa1522cd7d14b21c2958ca8
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
This fixes an issue with config.h.in not being correctly regenerated
with autoheader on changes to configure.ac.
Thanks to Maciej Pijanka for working out the solution to this problem!
diff --git a/gattrib/configure.ac b/gattrib/configure.ac
index 5d21688..7bc1f2c 100644
--- a/gattrib/configure.ac
+++ b/gattrib/configure.ac
@@ -10,7 +10,7 @@ echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
# Initialize automake
AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
# Create option to debug
AC_ARG_ENABLE(debug,
diff --git a/gnetlist/configure.ac b/gnetlist/configure.ac
index 7b0cba3..c97e9dd 100644
--- a/gnetlist/configure.ac
+++ b/gnetlist/configure.ac
@@ -10,7 +10,7 @@ echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
# Initialize automake
AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
#########################################################################
# Command line flags start
diff --git a/gschem/configure.ac.in b/gschem/configure.ac.in
index f600c45..4351cf7 100644
--- a/gschem/configure.ac.in
+++ b/gschem/configure.ac.in
@@ -10,7 +10,7 @@ echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
# Initialize automake
AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
AC_SUBST([CONFIG_DEPENDENCIES], ['$(top_srcdir)/configure.ac.in'])
# Call this to make autoconf and friends happy
diff --git a/gsymcheck/configure.ac b/gsymcheck/configure.ac
index 0d9f524..2bc2786 100644
--- a/gsymcheck/configure.ac
+++ b/gsymcheck/configure.ac
@@ -10,7 +10,7 @@ echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
# Initialize automake
AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
#########################################################################
# Command line flags start
diff --git a/libgeda/configure.ac.in b/libgeda/configure.ac.in
index 131bf33..78e8a8d 100644
--- a/libgeda/configure.ac.in
+++ b/libgeda/configure.ac.in
@@ -11,7 +11,7 @@ echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
# Init automake
AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
AC_SUBST([CONFIG_DEPENDENCIES], ['$(top_srcdir)/configure.ac.in'])
# Call this to make autoconf and friends happy
diff --git a/utils/configure.ac b/utils/configure.ac
index 2fb42c2..054cf38 100644
--- a/utils/configure.ac
+++ b/utils/configure.ac
@@ -10,7 +10,7 @@ echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
# Initialize automake
AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADER([config.h])
#########################################################################
# Command line flags start
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs