We configure.ac now
This commit is contained in:
parent
8af7cee4a8
commit
d983eb6ee9
7 changed files with 11 additions and 11 deletions
4
INSTALL
4
INSTALL
|
|
@ -19,8 +19,8 @@ diffs or instructions to the address given in the `README' so they can
|
|||
be considered for the next release. If at some point `config.cache'
|
||||
contains results you don't want to keep, you may remove or edit it.
|
||||
|
||||
The file `configure.in' is used to create `configure' by a program
|
||||
called `autoconf'. You only need `configure.in' if you want to change
|
||||
The file `configure.ac' is used to create `configure' by a program
|
||||
called `autoconf'. You only need `configure.ac' if you want to change
|
||||
it or regenerate `configure' using a newer version of `autoconf'.
|
||||
|
||||
The simplest way to compile this package is:
|
||||
|
|
|
|||
|
|
@ -206,10 +206,10 @@ Makefile: config.status
|
|||
config.status: .stamp/configure .stamp/config.h.in Makefile.in
|
||||
./config.status --recheck
|
||||
|
||||
.stamp/configure: configure.in
|
||||
.stamp/configure: configure.ac
|
||||
autoconf && touch .stamp/configure
|
||||
|
||||
.stamp/config.h.in: configure.in acconfig.h
|
||||
.stamp/config.h.in: configure.ac acconfig.h
|
||||
autoheader && touch .stamp/config.h.in
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
|
|||
dnl along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
dnl
|
||||
dnl $Id: configure.in,v 1.10 1998/09/15 19:19:42 rob Exp $
|
||||
dnl $Id: configure.ac,v 1.10 1998/09/15 19:19:42 rob Exp $
|
||||
dnl
|
||||
|
||||
AC_INIT
|
||||
|
|
|
|||
|
|
@ -104,10 +104,10 @@ Makefile: config.status
|
|||
config.status: .stamp/configure .stamp/config.h.in Makefile.in
|
||||
./config.status --recheck
|
||||
|
||||
.stamp/configure: configure.in
|
||||
.stamp/configure: configure.ac
|
||||
autoconf && touch .stamp/configure
|
||||
|
||||
.stamp/config.h.in: configure.in acconfig.h
|
||||
.stamp/config.h.in: configure.ac acconfig.h
|
||||
autoheader && touch .stamp/config.h.in
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
|
|||
dnl along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
dnl
|
||||
dnl $Id: configure.in,v 1.5 1998/04/11 08:27:12 rob Exp $
|
||||
dnl $Id: configure.ac,v 1.5 1998/04/11 08:27:12 rob Exp $
|
||||
dnl
|
||||
|
||||
AC_INIT(libhfs.h)
|
||||
|
|
|
|||
|
|
@ -101,10 +101,10 @@ Makefile: config.status
|
|||
config.status: .stamp/configure .stamp/config.h.in Makefile.in
|
||||
./config.status --recheck
|
||||
|
||||
.stamp/configure: configure.in
|
||||
.stamp/configure: configure.ac
|
||||
autoconf && touch .stamp/configure
|
||||
|
||||
.stamp/config.h.in: configure.in acconfig.h
|
||||
.stamp/config.h.in: configure.ac acconfig.h
|
||||
autoheader && touch .stamp/config.h.in
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
|
|||
dnl along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
dnl
|
||||
dnl $Id: configure.in,v 1.5 1998/04/11 08:27:18 rob Exp $
|
||||
dnl $Id: configure.ac,v 1.5 1998/04/11 08:27:18 rob Exp $
|
||||
dnl
|
||||
|
||||
AC_INIT(librsrc.h)
|
||||
|
|
|
|||
Loading…
Reference in a new issue