Check-in [ee81d71865]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated to correctly generate aclocal.m4
Timelines: family | ancestors | descendants | both | new-driver
Files: files | file ages | folders
SHA1: ee81d71865b0e2954a06bbb7981ffb2f52a31961
User & Date: rkeene 2013-03-11 21:17:49
Context
2013-03-12
13:36
Updated to include comment in version script indicating that it is automatically generated Leaf check-in: 3c2ffdbe79 user: rkeene tags: new-driver
2013-03-11
21:17
Updated to correctly generate aclocal.m4 check-in: ee81d71865 user: rkeene tags: new-driver
21:11
Cleanup check-in: 967ee806c7 user: rkeene tags: new-driver
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to build/autogen.sh.

28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
mkdir build/aclocal

### Download third-party autoconf macros
wget -o /dev/null -O build/aclocal/shobj.m4 http://rkeene.org/devel/autoconf/shobj.m4
wget -o /dev/null -O build/aclocal/versionscript.m4 http://rkeene.org/devel/autoconf/versionscript.m4

### Create aclocal.m4 with all appropriate contents
aclocal --warnings=none -I ./build/aclocal --install 

## Create configure script itself
autoconf

## Create config.h
autoheader








|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
mkdir build/aclocal

### Download third-party autoconf macros
wget -o /dev/null -O build/aclocal/shobj.m4 http://rkeene.org/devel/autoconf/shobj.m4
wget -o /dev/null -O build/aclocal/versionscript.m4 http://rkeene.org/devel/autoconf/versionscript.m4

### Create aclocal.m4 with all appropriate contents
aclocal --warnings=none -I "$(pwd)/build/aclocal" --install

## Create configure script itself
autoconf

## Create config.h
autoheader