Displaying 2 results from an estimated 2 matches for "am_init_automa".
Did you mean:
am_init_automake
2007 Aug 24
0
2 commits - configure.ac vivified/core
...23b4a2a0ad6a)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 14:14:10 2007 +0200
don't call AM_PROG_AS conditionally
diff --git a/configure.ac b/configure.ac
index f01272d..5210c30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,7 @@ dnl (This must come after AM_INIT_AUTOMA
AC_PROG_CC
AM_PROG_CC_STDC
AM_PROG_CC_C_O
+AM_PROG_AS
AC_HEADER_STDC([])
@@ -270,7 +271,6 @@ AC_ARG_ENABLE(vivified,
enable_vivi=$enableval,
enable_vivi="no")
if test "$enable_vivi" = "yes"; then
- AM_PROG_AS
MING_REQUIRED=0.4.0.beta5
VIVI_GTK_REQUIRED...
2007 Jun 26
1
Branch 'as' - configure.ac
...d22679a5fdffcc0ebce13e5)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Jun 26 11:31:50 2007 +0200
automake claims we need this
diff --git a/configure.ac b/configure.ac
index aac8129..e76bce0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@ dnl (This must come after AM_INIT_AUTOMA
AC_PROG_CC
AM_PROG_CC_STDC
+AM_PROG_CC_C_O
AC_HEADER_STDC([])