mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-11-02 13:13:25 +00:00
Updated bootstrap and readded aclocal.m4
This commit is contained in:
4477
aclocal.m4
vendored
Normal file
4477
aclocal.m4
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,9 +3,13 @@
|
||||
# bootstrap - Execute relevant autotools scripts
|
||||
|
||||
# After running this script the directory is ready for distribution as
|
||||
# a tarball.
|
||||
# a tarball. It should also be executed before checking milestones
|
||||
# into CVS.
|
||||
|
||||
# It should also be executed before checking milestones into CVS.
|
||||
# After executing this script the project can be build by executing:
|
||||
# ./configure
|
||||
# make
|
||||
# make install
|
||||
|
||||
aclocal
|
||||
autoheader
|
||||
@@ -18,5 +22,4 @@ make clean
|
||||
rm config.status
|
||||
rm libtool
|
||||
rm -r autom4te.cache/
|
||||
rm aclocal.m4
|
||||
|
||||
|
Reference in New Issue
Block a user