Skip to content

Commit

Permalink
update the build system per rrt@
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Feb 5, 2008
1 parent 5a98967 commit 388e73b
Show file tree
Hide file tree
Showing 26 changed files with 52 additions and 22,090 deletions.
1 change: 1 addition & 0 deletions .cvsignore
Expand Up @@ -5,3 +5,4 @@ config.log
config.status
libtool
stamp-h1
file-*.tar.gz
1 change: 1 addition & 0 deletions AUTHORS
@@ -0,0 +1 @@
See COPYING.
File renamed without changes.
11 changes: 0 additions & 11 deletions DOIT

This file was deleted.

39 changes: 39 additions & 0 deletions INSTALL
@@ -0,0 +1,39 @@
file build and installation instructions
----------------------------------------

To build and install file:

[Only if you're compiling the CVS sources, first make sure you have
the GNU autotools installed (automake >= 1.8, autoconf >= 2.59) and
run

autoreconf -i
]

1) Run configure:

./configure

2) Compile the sources:

make

3) To install file, run

make install

By default, file is installed under /usr/local; this can be changed
by using the --prefix argument to configure, e.g.

./configure --prefix=$HOME/file

You can also run it in place (src/file), but if you do that you'll
need to give the path to the magic files explicitly.


Options
-------

For configure options, run

./configure --help
5 changes: 2 additions & 3 deletions MAINT
@@ -1,4 +1,4 @@
$File: MAINT,v 1.7 2006/06/01 18:19:41 ian Exp $
$File: MAINT,v 1.9 2007/01/19 21:15:27 christos Exp $

Maintenance notes:

Expand Down Expand Up @@ -41,5 +41,4 @@ ascmagic.c file_ascmagic()
readelf.c file_tryelf()
"unknown"

Christos Zoulas
christos@astron.com
Christos Zoulas (see README for email address)
5 changes: 1 addition & 4 deletions Makefile.am
@@ -1,6 +1,3 @@
# don't enforce GNU packaging standards
AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = LEGAL.NOTICE MAINT PORTING
EXTRA_DIST = MAINT

SUBDIRS = src magic doc python

0 comments on commit 388e73b

Please sign in to comment.