|
Revision 94, 169 bytes
(checked in by aet, 7 years ago)
|
|
Autotools update. Add bunch of stuff to configure.in to
make building of libopensc more portable to various
operating systems.
Requires autoconf 2.52 and automake 1.5.
Add all necessary files except Makefile.in, so you still
need to run ./bootstrap though. There's not much point
adding config.guess and friends without them, maybe later.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ## Makefile.am -- Process this file with automake to produce Makefile.in |
|---|
| 2 | |
|---|
| 3 | SUBDIRS = . aclocal src |
|---|
| 4 | |
|---|
| 5 | EXTRA_DIST = bootstrap |
|---|
| 6 | |
|---|
| 7 | # require automake 1.5 |
|---|
| 8 | AUTOMAKE_OPTIONS = 1.5 |
|---|