> AC_INIT(hello.c) > AC_CONFIG_AUX_DIR(autoscripts) > AM_INIT_AUTOMAKE(hello,0.1) > AC_PROG_CC > AC_PROG_INSTALL > AC_OUTPUT(Makefile)
That works... the AC_CONFIG_AUX_DIR statement has to happen prior to AC_INIT_AUTOMAKE, maybe it was a newbie error on my behalf. Glenn