First Add

This commit is contained in:
root
2024-03-06 15:21:38 +01:00
commit e4d888ce1d
570 changed files with 229039 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
##
# $Id: autogen.sh,v 1.1 2005-04-19 23:47:27 achu Exp $
##
PATH=/bin:/usr/bin:/usr/local/bin
set -x
aclocal -I config || exit 1
libtoolize --copy || exit 1
autoheader || exit 1
automake --add-missing --copy --gnu || exit 1
autoconf --warnings=all || exit 1
exit 0