[go: up one dir, main page]

File: autogen.sh

package info (click to toggle)
daps 3.3.2%2Bcleaned1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,540 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (11 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
#
#

echo -ne "\n*** Generating configure and Makefiles... *** \n\n"

# Creating files which is expected by GNU projects:
touch NEWS README AUTHORS ChangeLog
aclocal -I m4 && autoconf && automake --force-missing --add-missing --copy

echo -ne "\n\nFinished. Now type ./configure --sysconfdir=/etc && make\n\n"