K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-01-04T02:14:59.000000Z
K 7
svn:log
V 914
configure:
configure.in:
	- From: Russ Allbery <rra@stanford.edu>
	- Additional commands that should run after autoconf generates its
	  output files should be put into the second argument of AC_OUTPUT
	  rather than just raw into configure.in.  Raw commands will correctly
	  get put into the generated configure script, but they *won't* be put
	  into config.status.  config.status is very convenient when doing a
	  first build and having to patch various things; if you run
	  config.status, it will just redo the variable substitution without
	  rerunning configure.  But when I was doing that, the build then
	  failed because storage/buildconfig wasn't executable.

	  configure just runs config.status to do the substitutions; with this
	  patch, the chmod gets put in config.status rather than in configure
	  and therefore works correctly both after running configure and after
	  running config.status.

END
