autoconf
[Top][All Lists]
Advanced

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

Re: Autoscan and automake


From: NightStrike
Subject: Re: Autoscan and automake
Date: Wed, 24 Feb 2010 10:54:34 -0500

On Wed, Feb 24, 2010 at 10:51 AM, NightStrike <address@hidden> 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




reply via email to

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