svn rev #3263: trunk/
ghudson@MIT.EDU
ghudson at MIT.EDU
Mon Jul 13 15:08:14 EDT 2009
Commit By: ghudson
Log Message:
Add autogen.sh at the top level, analagous to util/reconf in krb5.
Changed Files:
A trunk/autogen.sh
Added: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh 2009-07-13 18:37:46 UTC (rev 3262)
+++ trunk/autogen.sh 2009-07-13 19:08:14 UTC (rev 3263)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# autogen.sh - Create or update the prebuilt autotools materials from
+# a checked out source tree. It is not necessarily to run this
+# command when building from a release tarball.
+
+# It is common for autogen scripts to check autotools versions or
+# perform other safety checks. Perhaps we will do that some day.
+# For now just run the necessary commands.
+
+autoheader
+autoconf
Property changes on: trunk/autogen.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the Krb5-appl-commits
mailing list