automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

basic help for bare-boned newbie


From: Peter Jay Salzman
Subject: basic help for bare-boned newbie
Date: Wed, 23 Oct 2002 10:41:20 -0700
User-agent: Mutt/1.4i

hi all,

i'm trying to learn autoconf by converting one of my programs to use
autoconf.  i'm having difficulty; here's what i tried:

   % cp Makefile Makefile.orig
   % mv Makefile Makefile.in
   % autoscan
   % mv configure.scan configure.in   
   % autoheader
   % autoconf
   autoconf: Undefined macros:
   configure.in:22:AC_FUNC_ERROR_AT_LINE
   configure.in:23:AC_FUNC_MALLOC
   configure.in:27:AC_CONFIG_FILES([Makefile])
   configure.in:3:AC_CONFIG_SRCDIR([xpose.c])
   address@hidden ./configure
   configure: error: can not find sources in . or ..

the tutorial i'm using claimed that this should've worked.  clearly
autoconf _should_ know macro functions like AC_FUNC_MALLOC, so i must be
missing a very basic and obvious step.

can someone tell me what i'm doing wrong?

thanks!
pete

-- 
Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D




reply via email to

[Prev in Thread] Current Thread [Next in Thread]