Skip to content

Commit

Permalink
Add web site address in usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
amadvance committed Aug 5, 2015
1 parent 03e40ce commit 1503b94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([AdvanceCOMP],[1.20])
AC_INIT([AdvanceCOMP], [1.20], [], [], [http://www.advancemame.it])
AM_INIT_AUTOMAKE([foreign no-dependencies subdir-objects])
AC_CONFIG_SRCDIR([rezip.cc])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion redef.cc
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ struct option long_options[] = {

void version()
{
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni" << endl;
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni, " PACKAGE_URL "\n";
}

void usage()
Expand Down
2 changes: 1 addition & 1 deletion remng.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ struct option long_options[] = {

void version()
{
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni" << endl;
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni, " PACKAGE_URL "\n";
}

void usage()
Expand Down
2 changes: 1 addition & 1 deletion repng.cc
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ struct option long_options[] = {

void version()
{
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni" << endl;
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni, " PACKAGE_URL "\n";
}

void usage()
Expand Down
2 changes: 1 addition & 1 deletion rezip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ struct option long_options[] = {

void version()
{
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni" << endl;
cout << PACKAGE " v" VERSION " by Andrea Mazzoleni, " PACKAGE_URL "\n";
}

void usage()
Expand Down

0 comments on commit 1503b94

Please sign in to comment.