]> andersk Git - gssapi-openssh.git/commitdiff
o Instead of running autoheader/autoconf we now run make distprep, which NMI_REL_3_0
authorcphillip <cphillip>
Thu, 13 Feb 2003 16:10:30 +0000 (16:10 +0000)
committercphillip <cphillip>
Thu, 13 Feb 2003 16:10:30 +0000 (16:10 +0000)
    does autoreconf getting us the autotools, plus some other kathmandu
    goodness.

openssh/make_gpt_dist

index fcf00635b49781efa967129372f493685b43f014..00574d271d24a18127ba3dfa1699705ed7919b9b 100755 (executable)
@@ -99,11 +99,8 @@ system("rm -rf ./gpt")==0 or die "Unable to remove gpt directory: $?";
 # run the standard development tools to get the necessary derived files.
 #
 
-printf("running autoheader...\n");
-system("autoheader")==0 or die "Could not run autoheader: $?";
-
-printf("running autoconf...\n");
-system("autoconf")==0 or die "Could not run autoheader: $?";
+printf("running make distprep...\n");
+system("make -f Makefile.in distprep > /dev/null")==0 or die "Could not run make distprep: $?";
 
 chdir("../");
 
This page took 0.041762 seconds and 5 git commands to generate.