mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
aaca2cacd9
replace existing build system with autoconf faceplate ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== so we can fix the file modes ==================== commit withj correct file modes ==================== stuff which got left behind ==================== more stuff which was missed ==================== get this right so build completes ==================== also make these correct (no obj reference) ==================== so autoconf dependancy chain need not change ==================== set correct variable for obsolete buildng ==================== so we can more easily use autoconf'd CC var
10 lines
179 B
Bash
Executable File
10 lines
179 B
Bash
Executable File
echo "Updating configuration..."
|
|
echo "Running aclocal"
|
|
aclocal -I src/cf
|
|
echo "Running autoconf"
|
|
autoconf
|
|
echo "Running autoheader"
|
|
autoheader
|
|
#echo "Running automake"
|
|
#automake
|