Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refactored configure.ac to use a custom macro for compiler flag checks.
Set version to 2.0 (non-release candidate).
Minor typo fixes.
  • Loading branch information
damienstuart authored and Damien S. Stuart committed Dec 29, 2011
1 parent 99b1a48 commit aff8832
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 280 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,3 +1,4 @@
ACLOCAL_AMFLAGS = -I m4

if WANT_CLIENT
CLIENT_DIR = client
Expand Down Expand Up @@ -38,7 +39,6 @@ EXTRA_DIST = \
android/project/nbproject/private/config.properties \
android/project/nbproject/genfiles.properties \
android/project/build.properties \
android/project/assets \
android/project/AndroidManifest.xml \
android/project/jni/fwknop/fwknop_client.c \
android/project/jni/fwknop/fwknop_client.h \
Expand Down
13 changes: 6 additions & 7 deletions README
Expand Up @@ -73,13 +73,12 @@ migrate to this version, there are some things to be aware of:

NOTE FOR DEVELOPERS
===================
If you are pulling this distribution from Subversion, you will need to
run the "autoreconf -i" the first time after unpacking. After that, you
can leave off the "-i" option of "autoreconf" when you want to regenerate
the configuration. If, for wome reason, autoreconf does not work for you,
you can try the "autogen.sh" script in the top of the distribution directory
in order to generate the autoconf (and other) meta files, and the `configure'
script.
If you are pulling this distribution from Subversion, you should run the
"autogen.sh" script to generate the autoconf files. If you get errors about
missing directories or files, try running "autogen.sh" again. After that
you can run the "autoreconf -i" when you want to regenerate the configuration.
If, for some reason, autoreconf does not work for you, the "autogen.sh"
script should suffice.

The fwknop and fwknopd man page nroff sources are included in their
respective directorys (client and server). These nroff files are derived
Expand Down

0 comments on commit aff8832

Please sign in to comment.