This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

basic help for bare-boned newbie


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])
   p@satan% ./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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]