Skip to content

Commit

Permalink
Build: Fix configure script for README rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Jun 1, 2013
1 parent a2d1b87 commit 6a48cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([FoX],[4.1.2],[[email protected]])
AC_CONFIG_SRCDIR([README.FoX.txt])
AC_CONFIG_SRCDIR([README])
dnl
dnl Find system type.
AC_CONFIG_AUX_DIR([config])
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ PACKAGE_VERSION='4.1.2'
PACKAGE_STRING='FoX 4.1.2'
PACKAGE_BUGREPORT='[email protected]'

ac_unique_file="README.FoX.txt"
ac_unique_file="README"
ac_subst_vars='SHELL
PATH_SEPARATOR
PACKAGE_NAME
Expand Down

0 comments on commit 6a48cf7

Please sign in to comment.