Skip to content

Commit

Permalink
* Converted autotools setup to automake-1.8, autoconf 2.53.
Browse files Browse the repository at this point in the history
* Removed acconfig.h.
  • Loading branch information
domivogt committed Jan 7, 2006
1 parent 74ff812 commit 0f9bc15
Show file tree
Hide file tree
Showing 8 changed files with 318 additions and 367 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
2006-01-07 Dominik Vogt <[email protected]>

* configure.in:
* configure.ac:
renamed configure.in to configure.ac

* acinclude.m4:
some updates for new autoconf/automake versions

* configure.in:
* acconfig.h:
removed acconfig.h

* configure.in:
require autoconf-2.53 or later

* Makefile.am (AUTOMAKE_OPTIONS):
require automake-1.8 or later

* configure.in:
check for X library path before X library checks
removed obsolete C++ compiler check
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Process this file with automake to create Makefile.in

## Make sure we have a current version of automake
AUTOMAKE_OPTIONS = 1.4
AUTOMAKE_OPTIONS = 1.8

SUBDIRS = \
libs \
Expand Down Expand Up @@ -76,7 +76,7 @@ rpm-this: rpm-regenerate
# make deb-dist
# make release=1 deb-dist
# make deb-this
# make version=2.3.22 release=2 deb-this
# make version=2.3.22 release=2 deb-this
# make deb-dist cparams='--enable-gnome --quiet' mparams='CFLAGS="-O2 -g"'
# make deb-inplace release=1.mg fullname=migo # works on sources directly

Expand Down
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ Changes in beta release 2.5.15 (not released yet)
* New features:

- Variables can be nested, like $[desk.name$[desk.n]].
- Obsolete one-letter variables work, but generate warnings now.
- Obsolete one-letter variables work, but generate warnings now.
- Windows can be placed by any button (now also >3)
- It is now possible to redefine the buttons usable to finish
window movement and manual placement.
- New window condition PlacedByButton.
- MenuStyle pairs can be negated by prefixing '!'.
- New generic tabbing module - FvwmTabs.
- New Style option: EWMHIgnoreWindowType.
- New MenuStyle options: MouseWheel, ScrollOffPage and
- New MenuStyle options: MouseWheel, ScrollOffPage and
TrianglesUseFore.
- To compile from CVS, autoconf-2.53 and automake-1.8 or above
are now required. This does not affect compiling the
released tarballs.

* Bug Fixes:

Expand Down
324 changes: 0 additions & 324 deletions acconfig.h

This file was deleted.

Loading

0 comments on commit 0f9bc15

Please sign in to comment.