Hello,
I tried to build autogen from the git repository, but I cannot generate
configure. If I run autoconf (2.68) I get errors on the use of AC_INIT.
automake (1.11) also complains with an error:
automake: no `Makefile.am' found for any configure output
automake: Did you forget AC_CONFIG_FILES([Makefile]) in configure.ac?
I attach a fix for the autoconf error, but it seems I might be missing
something. Is configure.ac auto-generated somehow?
regards,
Nikos
diff --git a/configure.ac b/configure.ac
index 8caa814..3c46846 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl
dnl You should have received a copy of the GNU General Public License along
dnl with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
-AC_INIT()
+AC_INIT([autogen], [5.15])
AC_CONFIG_SRCDIR(agen5/autogen.c)
AC_CONFIG_AUX_DIR(config)
AC_CANONICAL_TARGET
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users