On Wed, Feb 24, 2010 at 10:51 AM, NightStrike <nightstrike@xxxxxxxxx> wrote: > Yes, it did not exist: > [trunk]$ ls > AUTHORS COPYING.MinGW-w64 DISCLAIMER Makefile.am > mingw-w64-doc mingw-w64-libraries > COPYING COPYING.MinGW-w64-runtime DISCLAIMER.PD mingw-w64-crt > mingw-w64-headers mingw-w64-tools > [trunk]$ autoscan > [trunk]$ ls > AUTHORS configure.scan COPYING.MinGW-w64 DISCLAIMER > Makefile.am mingw-w64-doc mingw-w64-libraries > autoscan.log COPYING COPYING.MinGW-w64-runtime DISCLAIMER.PD > mingw-w64-crt mingw-w64-headers mingw-w64-tools > [trunk]$ cat configure.scan > # -*- Autoconf -*- > # Process this file with autoconf to produce a configure script. > > AC_PREREQ([2.65]) > AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS]) > > # Checks for programs. > > # Checks for libraries. > > # Checks for header files. > > # Checks for typedefs, structures, and compiler characteristics. > > # Checks for library functions. > > AC_CONFIG_FILES([Makefile]) > AC_CONFIG_SUBDIRS([mingw-w64-crt > mingw-w64-headers > mingw-w64-libraries/libmangle > mingw-w64-libraries/pseh > mingw-w64-tools/gendef]) > AC_OUTPUT > [trunk]$ I continued with this: [trunk]$ mv Makefile.am .. [trunk]$ autoscan [trunk]$ !cat cat configure.scan # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS]) # Checks for programs. # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_SUBDIRS([mingw-w64-crt mingw-w64-headers mingw-w64-libraries/libmangle mingw-w64-libraries/pseh mingw-w64-tools/gendef]) AC_OUTPUT _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf