Skip to content

Commit

Permalink
Save off auto-generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengardner committed Nov 28, 2009
1 parent c842cf4 commit 709abc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ PACKAGE_TARNAME='uncrustify'
PACKAGE_VERSION='0.55'
PACKAGE_STRING='uncrustify 0.55'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
PACKAGE_URL='http://uncrustify.sourceforge.net/'

ac_unique_file="src/uncrustify.cpp"
# Factoring default headers for most tests.
Expand Down Expand Up @@ -1335,6 +1335,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.
uncrustify home page: <http://uncrustify.sourceforge.net/>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -5585,7 +5586,8 @@ $config_headers
Configuration commands:
$config_commands
Report bugs to the package provider."
Report bugs to the package provider.
uncrustify home page: <http://uncrustify.sourceforge.net/>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Expand Down
9 changes: 6 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,22 @@
#define PACKAGE_NAME "uncrustify"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "uncrustify 0.54"
#define PACKAGE_STRING "uncrustify 0.55"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "uncrustify"

/* Define to the home page for this package. */
#define PACKAGE_URL "http://uncrustify.sourceforge.net/"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.54"
#define PACKAGE_VERSION "0.55"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.54"
#define VERSION "0.55"

/* Define to appropriate substitue if compiler doesnt have __func__ */
/* #undef __func__ */
Expand Down

0 comments on commit 709abc9

Please sign in to comment.