summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-02-16 14:53:50 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-16 14:53:50 -0800
commit2f3a775f8585f510116f341dfd256c1a494743e8 (patch)
treeb4a2eef2dba25d6fd2bec06e879748e15caf8228
parente7a5fc2d681119f663af4e420ae898f115771712 (diff)
downloadtftp-hpa-2f3a775f8585f510116f341dfd256c1a494743e8.tar.gz
autogen.sh: just do "make autoconf"
We require GNU make, so we can have autoconf built from inside the Makefile. Just make autogen.sh do "make autoconf" for convenience.
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index defd3bd..728a381 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,2 @@
#!/bin/sh
-autoheader
-autoconf
+make autoconf