@@ -1,10 +1,16 @@ -dnl AUTOCONF configuration for FFCALL -dnl Bruno Haible 24.10.1997 +dnl AUTOCONF configuration for FFCALL +dnl Bruno Haible 24.10.1997 +dnl Sam Steingold 2008-2009 dnl -AC_INIT(trampoline/trampoline.h.in) +AC_INIT(GNU libffcall,m4_normalize(m4_esyscmd([cat VERSION])),https://savannah.gnu.org/projects/libffcall,libffcall) +AC_CONFIG_SRCDIR(trampoline/trampoline.h.in) +AC_CONFIG_FILES(Makefile) +AC_CONFIG_AUX_DIR(build-aux) AC_PROG_MAKE_SET +gl_EARLY +gl_INIT dnl This piece of sed script replaces every line containing '@subdir@' dnl by several consecutive lines, each referencing one subdir. extrasub="$extrasub"' /@subdir@/{ h @@ -22,6 +28,6 @@ p d } ' CL_CONFIG_SUBDIRS(avcall vacall trampoline callback) -AC_OUTPUT(Makefile) +AC_OUTPUT